Skip to content

Commit

Permalink
Change browser to chrome in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei committed Mar 29, 2024
1 parent 4a0a657 commit 93d4e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
uses: cypress-io/github-action@v5
with:
working-directory: OpenSearch-Dashboards/plugins/dashboards-maps
command: yarn run cypress run --browser electron
command: yarn run cypress run --browser chrome
wait-on: 'http://localhost:5601'
wait-on-timeout: 300
env:
Expand Down

0 comments on commit 93d4e24

Please sign in to comment.