diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 16aab9ebb..c470508b6 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -85,4 +85,4 @@ jobs: with: fetch-depth: 0 - name: Build the API docker image - run: 'docker build --file packages/api/Dockerfile .' \ No newline at end of file + run: 'docker build --file packages/api/Dockerfile .' diff --git a/package.json b/package.json index f42ccfb0e..4985ac42d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "license": "UNLICENSED", "scripts": { - "test": "lerna run test --ignore @omnivore/web", + "test": "lerna run --no-bail test --ignore @omnivore/web", "lint": "lerna run lint --ignore @omnivore/web", "build": "lerna run build --ignore @omnivore/web", "bootstrap": "lerna bootstrap",