Skip to content

Commit

Permalink
Add force when chrome already installed (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valpich authored Oct 18, 2024
1 parent 4d9f2c0 commit 94b8fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-feature-switches/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
working-directory: ${{ github.action_path }}/../playwright_tools
run: |
sudo mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install-deps"
sudo mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install chrome"
sudo mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --force chrome"
shell: bash

- name: Run Maven tests
Expand Down

0 comments on commit 94b8fd0

Please sign in to comment.