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 159707c commit e83c5cc
Show file tree
Hide file tree
Showing 3 changed files with 1,883 additions and 4,978 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16

# Install Currents
- name: Install dependencies
run: |
npm ci
yarn install --frozen-lockfile
CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
npx cypress cache path
npx cypress cache list
yarn cypress cache list
yarn cypress cache path
file `yarn cypress cache path`/12.17.4/Cypress/Cypress
# Run all Cypress tests
- name: Run Cypress on Currents.dev
Expand All @@ -38,7 +39,7 @@ jobs:

with:
command: |
npx cypress-cloud --record --parallel --browser chrome --key ${{ secrets.CURRENTS_RECORD_KEY }} --ci-build-id "${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt}}"
yarn cypress-cloud --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
if: ${{ cancelled() }}
Expand Down
Loading

0 comments on commit e83c5cc

Please sign in to comment.