Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkadir committed Mar 11, 2024
1 parent 6b44563 commit 21a0eae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
run: npm install
- name: Cypress run
working-directory: "./clients/react-app"
run: npm run cypress:open
run: |
npm run build
npm start
npm install cypress
npx cypress run --browser chrome
release:
permissions: write-all
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 21a0eae

Please sign in to comment.