Skip to content

Commit 2648bca

Browse files
Christian KellnerChristian Kellner
authored andcommitted
fixing test runner
1 parent fe34a74 commit 2648bca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: '22'
17-
cache: 'npm'
17+
cache: 'yarn'
1818

1919
- name: Install dependencies
20-
run: npm ci
20+
run: yarn install --frozen-lockfile
2121

2222
- name: Run tests
23-
run: npm test
23+
run: yarn test
2424
env:
2525
NODE_ENV: test
2626
# Skip the 900 ms minimum response delay in CI to keep the suite fast.

0 commit comments

Comments
 (0)