Update test.yml

This commit is contained in:
Ben Menesini
2024-05-07 21:43:17 -07:00
committed by GitHub
parent 2fced8873a
commit baae6f2050

View File

@@ -22,9 +22,6 @@ jobs:
node-version: 18.x
cache: npm
- run: npm install
- run: npm run start-local-ci&
# Sleep for 60 seconds to allow the server to start
- run: sleep 60
- run: npm run test-ci -- --silent=false
env:
CI: true