Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Oct 22, 2024
1 parent c7e7979 commit aa4388d
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 @@ -53,14 +53,15 @@ jobs:
spec: "tests/e2e/specs/**/*"
record: true
parallel: true
browser: chrome
browser: electron
env:
# For recording and parallelization to work you must set your CYPRESS_RECORD_KEY
# in GitHub repo → Settings → Secrets → Actions
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.GIT_TOKEN }}
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
ELECTRON_ENABLE_LOGGING: 1
- name: Upload Cypress Screenshots
uses: actions/upload-artifact@v4
# Only capture images on failure
Expand Down

0 comments on commit aa4388d

Please sign in to comment.