Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 17, 2023
1 parent 00230ef commit c2c2f02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,18 @@ jobs:
- name: Unblock Cypress
# working-directory: "services/rails"
run: |
echo 👀 Cypress SHA before
file `npx cypress cache path`/12.17.4/Cypress/Cypress
CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
echo 👀 Cypress Cache
yarn cypress cache list
yarn cypress cache path
echo 👀 Cypress SHA
echo 👀 Cypress SHA after
file `npx cypress cache path`/12.17.4/Cypress/Cypress
echo 👀 Yarn global dependencies
yarn global list | grep cypress
echo 👀 Yarn local dependencies
yarn list | grep cypress
Expand Down

0 comments on commit c2c2f02

Please sign in to comment.