Skip to content

Commit

Permalink
Update cypress-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerstagnacht authored Dec 17, 2023
1 parent 16e260a commit 4d90c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4d90c33

Please sign in to comment.