From 711c64c0f3a58cbae862f00f0379f6c07434a0c2 Mon Sep 17 00:00:00 2001 From: Guido Modarelli Date: Tue, 5 Nov 2024 09:36:23 -0300 Subject: [PATCH] Downgrade cypress-io/github-action to v6 in Cypress workflow to address compatibility issues with current environment configurations --- .github/workflows/cypress_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress_workflow.yml b/.github/workflows/cypress_workflow.yml index 2e1cc2073d79..f1d8ea111e2b 100644 --- a/.github/workflows/cypress_workflow.yml +++ b/.github/workflows/cypress_workflow.yml @@ -145,7 +145,7 @@ jobs: - run: npx cypress cache path - name: Run tests - uses: cypress-io/github-action@v7 + uses: cypress-io/github-action@v6 with: working-directory: ${{ env.FTR_PATH }} start: ${{ env.OPENSEARCH_SNAPSHOT_CMD }}, ${{ env.START_CMD }}