Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 10, 2023
1 parent 26f4f88 commit 3d81975
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 39 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
run: |
npm ci
- name: Check sha
run: |
npx cypress install --force
file /root/.cache/Cypress/12.17.4/Cypress/Cypress
# Run all Cypress tests
- name: Run Cypress on Currents.dev
uses: cypress-io/github-action@v6
# env:
# CYPRESS_DOWNLOAD_MIRROR: https://cy-cdn.currents.dev
continue-on-error: true
env:
CYPRESS_DOWNLOAD_MIRROR: https://cy-cdn.currents.dev

with:
command: |
npm run currents:custom -- --record --parallel --browser chrome --key ${{ secrets.CURRENTS_RECORD_KEY }} --ci-build-id "${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt}}"
- name: Check SHA
run: |
file /root/.cache/Cypress/12.17.3/Cypress/Cypress
- name: Cancel the run if workflow is cancelled
if: ${{ cancelled() }}
uses: currents-dev/cancel-run-gh-action@v1
Expand Down
30 changes: 9 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"cypress": "^12.17.4",
"cypress": "12.17.3",
"cypress-cloud": "^1.9.6",
"typescript": "^5.0.2"
}
Expand Down
16 changes: 6 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lazy-ass" "1.6.0"
"ramda" "0.26.1"

"@cypress/[email protected].12":
"@cypress/request@^2.88.11":
"version" "2.88.12"
dependencies:
"aws-sign2" "~0.7.0"
Expand Down Expand Up @@ -461,12 +461,12 @@
"ts-pattern" "^4.3.0"
"ws" "^8.13.0"

"cypress@^12.17.4", "cypress@>=10.0.0":
"integrity" "sha512-gAN8Pmns9MA5eCDFSDJXWKUpaL3IDd89N9TtIupjYnzLSmlpVr+ZR+vb4U/qaMp+lB6tBvAmt7504c3Z4RU5KQ=="
"resolved" "https://registry.npmjs.org/cypress/-/cypress-12.17.4.tgz"
"version" "12.17.4"
"cypress@>=10.0.0", "cypress@12.17.3":
"integrity" "sha512-/R4+xdIDjUSLYkiQfwJd630S81KIgicmQOLXotFxVXkl+eTeVO+3bHXxdi5KBh/OgC33HWN33kHX+0tQR/ZWpg=="
"resolved" "https://registry.npmjs.org/cypress/-/cypress-12.17.3.tgz"
"version" "12.17.3"
dependencies:
"@cypress/request" "2.88.12"
"@cypress/request" "^2.88.11"
"@cypress/xvfb" "^1.2.4"
"@types/node" "^16.18.39"
"@types/sinonjs__fake-timers" "8.1.1"
Expand Down Expand Up @@ -501,7 +501,6 @@
"minimist" "^1.2.8"
"ospath" "^1.2.2"
"pretty-bytes" "^5.6.0"
"process" "^0.11.10"
"proxy-from-env" "1.0.0"
"request-progress" "^3.0.0"
"semver" "^7.5.3"
Expand Down Expand Up @@ -1345,9 +1344,6 @@
dependencies:
"parse-ms" "^2.1.0"

"process@^0.11.10":
"version" "0.11.10"

"proxy-from-env@^1.1.0":
"integrity" "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
"resolved" "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz"
Expand Down

0 comments on commit 3d81975

Please sign in to comment.