Skip to content

Commit

Permalink
chore(ci): update cypress version for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Nov 28, 2024
1 parent 113f02c commit 7f546c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
- name: Run e2e tests
uses: ./end-to-end/
with:
docker_tag: ${{ env.tag }}
ref: ${{ github.ref }}
docker_tag: ${{ env.tag }}
github_token: ${{ secrets.REPOS_TOKEN }}
vault_passwd: ${{ secrets.VAULT_PASSWD }}
cypress_version: 13.14.1
cypress_version: 13.16.0

deploy:
runs-on: [self-hosted, common]
Expand Down

0 comments on commit 7f546c5

Please sign in to comment.