0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Update circleCi config to use new tests

This commit is contained in:
G.Ambatte
2022-03-25 14:38:50 +13:00
parent 7aa0aed7c9
commit eaf8b02aa9

View File

@@ -57,8 +57,14 @@ jobs:
# run tests!
- run:
name: Tests
command: npm run circleci
name: Test - Basic
command: npm run test:basic
- run:
name: Test - Mustache Spans
command: npm run test:mustache-span
- run:
name: Test - Routes
command: npm run test:route
workflows:
build_and_test: