Skip to content

Commit

Permalink
Targeting the v6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Jan 31, 2024
1 parent e79db1a commit 25ec20a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# run: npm run test

- name: Cypress run
uses: cypress-io/github-action@v6.6.1
uses: cypress-io/github-action@v6
with:
browser: chrome
install: false
Expand All @@ -49,6 +49,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# Creating a token https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
- name: Upload Cypress Screenshots
uses: actions/upload-artifact@v3
# Only capture images on failure
Expand Down

0 comments on commit 25ec20a

Please sign in to comment.