try add quotation marks to linux tester
This commit is contained in:
parent
df43b97adf
commit
0a2e9fdfc4
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
build_deploy:
|
||||
docker:
|
||||
- image: circleci/node:latest
|
||||
environment:
|
||||
|
@ -28,5 +28,5 @@ workflows:
|
|||
version: 2
|
||||
build_deploy:
|
||||
jobs:
|
||||
- build:
|
||||
- build_deploy:
|
||||
context: org-global
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"dev": "nodemon index.js",
|
||||
"start": "node --experimental-modules api/server.mjs",
|
||||
"test": "set NODE_ENV=test&& eltro test/**/*.test.mjs -r dot",
|
||||
"test:linux": "NODE_ENV=test eltro test/**/*.test.mjs -r dot"
|
||||
"test:linux": "NODE_ENV=test eltro 'test/**/*.test.mjs' -r dot"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue