Skip to content

Commit

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

0 comments on commit 6b44563

Please sign in to comment.