Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33
uses: cypress-io/github-action@53cc3178f59cc99b5519c29c14a182fb98ea4f31
with:
spec: cypress/integration/index.spec.js
- name: Get Protected Status
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 @@ -58,7 +58,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33
uses: cypress-io/github-action@53cc3178f59cc99b5519c29c14a182fb98ea4f31
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 @@ -58,7 +58,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33
uses: cypress-io/github-action@53cc3178f59cc99b5519c29c14a182fb98ea4f31
with:
spec: cypress/integration/index.spec.js
- name: Publish Release
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
yarn build-web
- name: Test Web
uses: cypress-io/github-action@2113e5bc19c45979ba123df6e07256d2aaba9a33
uses: cypress-io/github-action@53cc3178f59cc99b5519c29c14a182fb98ea4f31
with:
spec: cypress/integration/index.spec.js
- name: Publish RC
Expand Down