Skip to content

Commit

Permalink
Merge branch 'dev' into remove-contract-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry authored Jul 24, 2024
2 parents a6349a7 + 42ef8d3 commit 3bd20de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ jobs:
- run: npm ci

# install cypress so we don't have to do that every time
- name: Cypress install
run: |
npm i --save-dev cypress
npx cypress install
- run: npx cypress install

- run: ls -la ~/.cache/Cypress || true
- run: ls -la protocol/cargo-cache || true
Expand Down

0 comments on commit 3bd20de

Please sign in to comment.