Skip to content

Commit

Permalink
ci: skip cypress binary download as we don't need it in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 8, 2024
1 parent 89e08a5 commit d7b6c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- windows-latest
node-version:
- 20
env:
CYPRESS_INSTALL_BINARY: 0
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d7b6c2e

Please sign in to comment.