Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #875 from EOSIO/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…cypress-io/github-action-89161930792c0050baeba2737caa058c395ecfcb

Bump cypress-io/github-action from 6e9b583c9652e99b72b042a3957980fc6166efae to 2.9.11
  • Loading branch information
Brad Hart authored Apr 16, 2021
2 parents 19538db + 7d0f715 commit 8a09605
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@6e9b583c9652e99b72b042a3957980fc6166efae
uses: cypress-io/github-action@89161930792c0050baeba2737caa058c395ecfcb
with:
spec: cypress/integration/index.spec.js
- name: Get Protected Status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@6e9b583c9652e99b72b042a3957980fc6166efae
uses: cypress-io/github-action@89161930792c0050baeba2737caa058c395ecfcb
with:
spec: cypress/integration/index.spec.js
services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@6e9b583c9652e99b72b042a3957980fc6166efae
uses: cypress-io/github-action@89161930792c0050baeba2737caa058c395ecfcb
with:
spec: cypress/integration/index.spec.js
services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@6e9b583c9652e99b72b042a3957980fc6166efae
uses: cypress-io/github-action@89161930792c0050baeba2737caa058c395ecfcb
with:
spec: cypress/integration/index.spec.js
- name: Publish Edge
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@6e9b583c9652e99b72b042a3957980fc6166efae
uses: cypress-io/github-action@89161930792c0050baeba2737caa058c395ecfcb
with:
spec: cypress/integration/index.spec.js
- name: Publish Release
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@6e9b583c9652e99b72b042a3957980fc6166efae
uses: cypress-io/github-action@89161930792c0050baeba2737caa058c395ecfcb
with:
spec: cypress/integration/index.spec.js
- name: Publish RC
Expand Down

0 comments on commit 8a09605

Please sign in to comment.