From 0a2e9fdfc402e6c0e0d45beac3e1942e18469ce2 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 11 Oct 2021 02:19:59 +0000 Subject: [PATCH] try add quotation marks to linux tester --- .circleci/config.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",