diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 05d549d..cdd6280 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -40,7 +40,7 @@ jobs: run: cd frontend && npm ci - name: Run tests - run: cd frontend && npm test -- --testMatch '/*.test.js' + run: cd frontend && npm test build_frontend: