Skip to content

Commit

Permalink
- updated main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m0 committed Aug 17, 2020
1 parent 492b87b commit 89e4b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
with:
java-version: '11.0.3'
- name: Start Selenoid
run: curl -s https://aerokube.com/cm/bash | bash && ./cm selenoid start --browsers-json GITHUB_WORKSPACE/config/browsers.json
run: curl -s https://aerokube.com/cm/bash | bash && ./cm selenoid start --browsers 'firefox:79.0;chrome:84.0'
- name: Build with Maven
run: mvn test -Drp.enable=false

0 comments on commit 89e4b4b

Please sign in to comment.