Skip to content

Commit 2e65961

Browse files
authored
Merge pull request #5 from chrisg86/bugfix/github-workflows-folder
chore: Move file to correct folder
2 parents e3b214f + b445dc4 commit 2e65961

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflow/test.yml renamed to .github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Run tests
22

33
on:
4-
push:
5-
branches:
6-
- "**"
74
pull_request:
85
branches:
96
- main
@@ -22,11 +19,11 @@ jobs:
2219
uses: actions/setup-node@v4
2320
with:
2421
node-version: "22"
25-
cache: "pnpm"
2622

2723
- name: Install dependencies
2824
run: |
2925
corepack enable
26+
corepack prepare --activate
3027
pnpm install
3128
3229
- name: Run tests

0 commit comments

Comments
 (0)