0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 12:02:48 +00:00

adjust circleci command for API unit tests

This commit is contained in:
Charlie Humphreys
2023-01-06 11:53:38 -06:00
parent 93d6d1ac6a
commit 67a76f9d86

View File

@@ -57,7 +57,7 @@ jobs:
# run tests!
- run:
name: Test - API Unit Tests
command: npm run test:unit
command: npm run test:api-unit
- run:
name: Test - Basic
command: npm run test:basic