diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 88ae57c9..0add1449 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -31,10 +31,10 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6 with: - spec: cypress/e2e/all.cy.ts + spec: cypress/e2e/auth.cy.ts browser: chrome start: npm run start wait-on: "http://localhost:4200" - name: Stop Angular app - run: npm stop + run: pkill -f "ng serve"