Skip to content

Commit

Permalink
ci: fix tests install
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt authored and bratelefant committed Aug 1, 2023
1 parent e8a0803 commit eb544d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
restore-keys: |
${{ runner.os }}-node-16-
- run: cd testapp && npm run ci && npm run setup && npm run test
- run: cd testapp && npm ci && npm run setup && npm run test

0 comments on commit eb544d6

Please sign in to comment.