Skip to content

Commit

Permalink
ci: refactor: execute each test suite in its own step
Browse files Browse the repository at this point in the history
This allows for easier reading of failures.
  • Loading branch information
Jonathan Ginsburg committed Apr 11, 2022
1 parent d6e5b2a commit eb55de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
--verbose \
--from `git merge-base origin/master $GITHUB_SHA`
- run: npm run build
- run: npm run test
- run: npm run test:unit
- run: npm run test:e2e
- run: npm run test:integration
- run: npm run release

0 comments on commit eb55de2

Please sign in to comment.