diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index fb5789a..7c219c8 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -37,7 +37,7 @@ jobs: run: npm run test:unit || echo "No unit tests found or other test errors, but continuing..." - name: Run E2E tests - run: npm run test:e2e - + run: npm run test:e2e:dev + - name: Build run: npm run build