Skip to content

Commit

Permalink
Downgrade cypress-io/github-action to v6 in Cypress workflow to addre…
Browse files Browse the repository at this point in the history
…ss compatibility issues with current environment configurations
  • Loading branch information
guidomodarelli committed Nov 5, 2024
1 parent 6aa8eb3 commit 711c64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 711c64c

Please sign in to comment.