Skip to content

Commit

Permalink
#1551: fixing unrelated broken cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EVOFORGE\dimay committed Aug 22, 2022
1 parent fca9e42 commit 3800fe8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-email-confirmation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cd ..
- name: Run Cypress tests
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
with:
working-directory: e2e-tests
record: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cd ..
- name: Run Cypress tests
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
with:
working-directory: e2e-tests
record: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
cd ..
- name: Run Cypress tests
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
with:
working-directory: e2e-tests
record: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cd ..
- name: Run Cypress tests
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
with:
working-directory: e2e-tests
record: true
Expand Down

0 comments on commit 3800fe8

Please sign in to comment.