Skip to content

Commit

Permalink
with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 16, 2024
1 parent c33753f commit c9e8809
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/example-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: npm install
- run: npm install --foreground-scripts
working-directory: examples/basic
env:
DEBUG: 'cypress:cli'

- name: Cypress tests
# normally you would write
Expand Down

0 comments on commit c9e8809

Please sign in to comment.