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 e83c5cc commit 843873e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,24 @@ jobs:
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Unblock Cypress
# working-directory: "services/rails"
run: |
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
file `yarn 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
# Run all Cypress tests
- name: Run Cypress on Currents.dev
uses: cypress-io/github-action@v6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"currents:custom": "npx cypress-cloud",
"currents:custom": "yarn cypress-cloud",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 843873e

Please sign in to comment.