0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 13:32:45 +00:00

Make coverage command run in sequence too

This commit is contained in:
Trevor Buckner
2023-03-13 14:48:10 -04:00
parent 0a09cd9c67
commit f148014a93
2 changed files with 4 additions and 4 deletions

View File

@@ -61,15 +61,15 @@ jobs:
- run:
name: Test - Basic
command: npm run test:basic
- run:
name: Test - Coverage
command: npm run test:coverage
- run:
name: Test - Mustache Spans
command: npm run test:mustache-span
- run:
name: Test - Routes
command: npm run test:route
- run:
name: Test - Coverage
command: npm run test:coverage
workflows:
build_and_test: