Skip to content

Commit

Permalink
Run cypress with debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Jul 15, 2024
1 parent e48aafd commit de56bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: pnpm exec cypress info
- name: Run cypress tests
run: pnpm --filter=react exec cypress run --browser chrome --component --env JS_CLIENTS_TEST_API_KEY=${{secrets.CYPRESS_JS_CLIENTS_TEST_API_KEY}}
env:
DEBUG: "cypress:*"
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit de56bbe

Please sign in to comment.