Skip to content

Commit

Permalink
Update .github/workflows/cypress.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Eyton-Williams <[email protected]>
  • Loading branch information
Sembauke and ojeytonwilliams authored Sep 29, 2023
1 parent 65a23c0 commit a2bb549
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
working-directory: ./publish-frontend
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Start server
run: npm run dev &
- name: Run tests
run: npm run cy:run
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npm run dev
wait-on: 'http://localhost:3000'

0 comments on commit a2bb549

Please sign in to comment.