Skip to content

Commit

Permalink
chore: dont install cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Dec 17, 2020
1 parent 6af707e commit f4ca35a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: npm install
if: steps.dependencies-v1.outputs.cache-hit != 'true'
env:
CYPRESS_INSTALL_BINARY: 0
ADBLOCK: true
- run: npm test
test:
Expand All @@ -43,6 +44,7 @@ jobs:
- run: npm install
if: steps.dependencies-v1.outputs.cache-hit != 'true'
env:
CYPRESS_INSTALL_BINARY: 0
ADBLOCK: true
- uses: cypress-io/github-action@v2
with:
Expand Down

0 comments on commit f4ca35a

Please sign in to comment.