From 3800fe8fe2ab8dbb3186ea1b20947754573d2508 Mon Sep 17 00:00:00 2001 From: "EVOFORGE\\dimay" Date: Mon, 22 Aug 2022 08:25:28 -0400 Subject: [PATCH] #1551: fixing unrelated broken cypress tests --- .github/workflows/build-and-test-email-confirmation.yml | 2 +- .github/workflows/build-and-test-oauth.yml | 2 +- .github/workflows/build-and-test-postgres.yml | 2 +- .github/workflows/build-and-test-rabbitmq.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test-email-confirmation.yml b/.github/workflows/build-and-test-email-confirmation.yml index 55959b8064..441829494a 100644 --- a/.github/workflows/build-and-test-email-confirmation.yml +++ b/.github/workflows/build-and-test-email-confirmation.yml @@ -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 diff --git a/.github/workflows/build-and-test-oauth.yml b/.github/workflows/build-and-test-oauth.yml index 7d14ec18fb..714e259da8 100644 --- a/.github/workflows/build-and-test-oauth.yml +++ b/.github/workflows/build-and-test-oauth.yml @@ -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 diff --git a/.github/workflows/build-and-test-postgres.yml b/.github/workflows/build-and-test-postgres.yml index 77f432aa4c..5b0621fa18 100644 --- a/.github/workflows/build-and-test-postgres.yml +++ b/.github/workflows/build-and-test-postgres.yml @@ -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 diff --git a/.github/workflows/build-and-test-rabbitmq.yml b/.github/workflows/build-and-test-rabbitmq.yml index 524ebb4932..c9c6232e05 100644 --- a/.github/workflows/build-and-test-rabbitmq.yml +++ b/.github/workflows/build-and-test-rabbitmq.yml @@ -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