We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3b214f + b445dc4 commit 2e65961Copy full SHA for 2e65961
.github/workflow/test.yml renamed to .github/workflows/test.yml
@@ -1,9 +1,6 @@
1
name: Run tests
2
3
on:
4
- push:
5
- branches:
6
- - "**"
7
pull_request:
8
branches:
9
- main
@@ -22,11 +19,11 @@ jobs:
22
19
uses: actions/setup-node@v4
23
20
with:
24
21
node-version: "22"
25
- cache: "pnpm"
26
27
- name: Install dependencies
28
run: |
29
corepack enable
+ corepack prepare --activate
30
pnpm install
31
32
- name: Run tests
0 commit comments