diff --git a/.circleci/config.yml b/.circleci/config.yml index 7abf44f..a8e81e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/package.json b/package.json index b4ab23d..69f91c1 100644 --- a/package.json +++ b/package.json @@ -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",