Skip to content

Commit

Permalink
fix(cypress): prevent browserVersion mismatch (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jul 18, 2023
1 parent 6d8eca8 commit 22cbb0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@ jobs:
# run 3 copies of the current job in parallel
containers: [1, 2, 3]
steps:
# to avoid browserVersion mismatch, cf https://github.com/cypress-io/github-action/issues/518#issuecomment-1210979047
- uses: browser-actions/setup-chrome@latest
- run: |
echo "Chrome version: $(which chrome)"
echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 22cbb0b

Please sign in to comment.