Skip to content

Commit

Permalink
ci: fix test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Apr 26, 2024
1 parent 83bb15b commit 3f60b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -97,7 +97,7 @@ jobs:
- run: git config --global user.name 'CI'
- run: git config --global user.email 'dummy@example.org'
- name: Run tests
run: pnpm test:unit -- --test-timeout=60000
run: pnpm test:unit --test-timeout=60000
- name: Collect coverage
uses: coverallsapp/github-action@main
with:
Expand Down

0 comments on commit 3f60b46

Please sign in to comment.