From 94b8fd0feaabeb85d1578cfa26ff109d5e58f35c Mon Sep 17 00:00:00 2001 From: Valentin Pichavant Date: Fri, 18 Oct 2024 15:32:48 +0800 Subject: [PATCH] Add force when chrome already installed (#4) --- set-feature-switches/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set-feature-switches/action.yml b/set-feature-switches/action.yml index c87f51c..f5bf068 100644 --- a/set-feature-switches/action.yml +++ b/set-feature-switches/action.yml @@ -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