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 0332b50 commit 59dad23
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
@@ -1,4 +1,4 @@
name: Cypress Test
name: cypress-test.yml

on:
workflow_dispatch:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
spec: cypress/e2e/99. Default copy.cy.ts
spec: cypress/e2e/all.cy.ts
browser: chrome
start: npm run start
wait-on: "http://localhost:4200"
Expand Down

0 comments on commit 59dad23

Please sign in to comment.