diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0fbd92a9..0d5fded1 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -77,7 +77,6 @@ jobs: run: | cd client npm run lint || true - - name: Run Tests run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI