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 f997681 commit 4a96171
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Unblock Cypress
# working-directory: "services/rails"
run: |
echo 👀 Cypress SHA before
file `npx cypress cache path`/12.17.4/Cypress/Cypress
echo 🕊️ Download Free Cypress
CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
Expand All @@ -44,14 +41,9 @@ jobs:
yarn cypress cache list
yarn cypress cache path
echo 👀 Cypress SHA after
echo 👀 Cypress SHA
file `npx cypress cache path`/12.17.4/Cypress/Cypress
echo 👀 Yarn local dependencies
yarn list | grep cypress
# Run all Cypress tests

- name: Run Cypress on Currents.dev
env:
DEBUG: \@cypress/github-action
Expand All @@ -60,7 +52,6 @@ jobs:

with:
install: false
cache-key: "new-cypress-cache-key"
command: |
yarn cypress-cloud --record --parallel --browser chrome --key ${{ secrets.CURRENTS_RECORD_KEY }} --ci-build-id "${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt}}"
Expand Down

0 comments on commit 4a96171

Please sign in to comment.