Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 9, 2023
1 parent 896782d commit 2eb81ba
Show file tree
Hide file tree
Showing 4 changed files with 6,693 additions and 1,742 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
# Run all Cypress tests
- name: Run Cypress on Currents.dev
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
env:
CYPRESS_DOWNLOAD_MIRROR: https://cy-cdn.currents.dev
with:
install: true
command: |
CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
npx cypress install --force && \
yarn currents run --record --parallel --browser chrome --key ${{ secrets.CURRENTS_RECORD_KEY }} --ci-build-id "${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt}}"
- name: Cancel the run if workflow is cancelled
Expand Down
Loading

0 comments on commit 2eb81ba

Please sign in to comment.