Skip to content

Commit

Permalink
fix: github workflow cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Mar 28, 2024
1 parent 13af02d commit 73d3cf9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,12 @@ jobs:

- name: Run Tests
run: yarn test

- name: Start Application
run: yarn start

- name: Run Cypress E2E Tests
uses: cypress-io/github-action@v2
with:
start: yarn start
wait-on: 'http://localhost:3000'

0 comments on commit 73d3cf9

Please sign in to comment.