try add quotation marks to linux tester

dev
Jonatan Nilsson 2021-10-11 02:19:59 +00:00
parent df43b97adf
commit 0a2e9fdfc4
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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",