mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Don't run server in the background
This commit is contained in:
@@ -4,5 +4,5 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
after_success:
|
||||
- node -r esm index.js &
|
||||
- node -r esm index.js
|
||||
- npx apollo schema:check --endpoint=http://localhost:$PORT
|
||||
|
||||
Reference in New Issue
Block a user