mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Surround pm2 command in single quotes
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
npm test
|
||||
- name: Register schema
|
||||
run: |
|
||||
npx pm2 start index.js --node-args"-r esm"
|
||||
'npx pm2 start index.js --node-args"-r esm"'
|
||||
npx apollo service:push
|
||||
env:
|
||||
port: 5000
|
||||
|
||||
Reference in New Issue
Block a user