Skip to content

Commit

Permalink
fix(cy): try using chrome instead of electron
Browse files Browse the repository at this point in the history
Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Apr 17, 2024
1 parent a7864dd commit acd1ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
working-directory: apps/${{ env.APP_NAME }}
config: video=false,defaultCommandTimeout=20000
tag: "${{ !!matrix.use-cypress-cloud && github.event_name || '' }}"
browser: chrome
env:
# https://github.com/cypress-io/github-action/issues/124
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit acd1ab5

Please sign in to comment.