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
|
npm test
|
||||||
- name: Register schema
|
- name: Register schema
|
||||||
run: |
|
run: |
|
||||||
npx pm2 start index.js --node-args"-r esm"
|
'npx pm2 start index.js --node-args"-r esm"'
|
||||||
npx apollo service:push
|
npx apollo service:push
|
||||||
env:
|
env:
|
||||||
port: 5000
|
port: 5000
|
||||||
|
|||||||
Reference in New Issue
Block a user