Skip to content

Commit

Permalink
fixing cypress version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfpcc committed Jan 12, 2024
1 parent 2d92f20 commit 5cd0d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Cypress
run: npm i cypress@13.60.0
run: npm i cypress@13.6.0

- name: Run tests
run: |
Expand All @@ -24,4 +24,4 @@ jobs:
CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }}
CYPRESS_FV_USERNAME: ${{ secrets.CYPRESS_FV_USERNAME }}
CYPRESS_FV_PASSWORD: ${{ secrets.CYPRESS_FV_PASSWORD }}
CYPRESS_FV_INITIALS: ${{ secrets.CYPRESS_FV_INITIALS}}
CYPRESS_FV_INITIALS: ${{ secrets.CYPRESS_FV_INITIALS }}

0 comments on commit 5cd0d60

Please sign in to comment.