Skip to content

Commit 1218ffa

Browse files
committed
chore: one does not simply npm install
1 parent 5e78a4d commit 1218ffa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-academy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
uses: astral-sh/setup-uv@v7
2626

2727
- name: Install Bats
28-
run: npm install --only=dev
28+
run: |
29+
corepack enable
30+
npm install --only=dev
2931
3032
- name: Test
3133
run: npm run test:academy

0 commit comments

Comments
 (0)