Skip to content

Commit

Permalink
chore: try to wait on the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkadir committed Mar 11, 2024
1 parent 21a0eae commit 8d53b89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ jobs:
- name: Install Dependencies
working-directory: "./clients/react-app"
run: npm install

- name: Cypress run
working-directory: "./clients/react-app"
run: |
npm run build
npm start
npm run dev &
npm install cypress
npx cypress run --browser chrome
npx wait-on http://localhost:5173 && npx cypress run --browser chrome
release:
permissions: write-all
Expand Down

0 comments on commit 8d53b89

Please sign in to comment.