Try starting the app prior to running tests

This commit is contained in:
sayhiben
2024-05-05 20:11:34 -07:00
parent 8d937161e0
commit 0125bec77d

View File

@@ -12,6 +12,7 @@ jobs:
with: with:
node-version: 18.x node-version: 18.x
- run: npm install - run: npm install
- run: npm run start-local
- run: npm test -- --silent=false - run: npm test -- --silent=false
env: env:
CI: true CI: true