Skip to content

Commit

Permalink
fix(ci): run backend testst once to prevent timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jun 1, 2023
1 parent a9e2785 commit fcbab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: cd backend && meteor npm ci

- name: Run Tests
run: cd backend && meteor npm run test:coverage
run: cd backend && meteor npm run test:coverage -- --once


- name: Upload coverage
Expand Down

0 comments on commit fcbab16

Please sign in to comment.