From e5d3644f95b04a8ffd5afc44e51ca82467899f0a Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Wed, 17 Nov 2021 21:29:49 +0100 Subject: [PATCH] [py] Setting Chrome for GitHub Actions --- .github/workflows/java.yml | 6 +++--- .github/workflows/python.yml | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index e36cc6217903f..5346caf996498 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -120,7 +120,7 @@ jobs: uses: actions/setup-java@v1 with: java-version: '11' - - name: Setup Chrome and chromedriver + - name: Setup Chrome and ChromeDriver uses: ./.github/actions/setup-chrome - name: Start XVFB run: Xvfb :99 & @@ -153,7 +153,7 @@ jobs: uses: actions/setup-java@v1 with: java-version: '11' - - name: Setup Firefox and geckodriver + - name: Setup Firefox and GeckoDriver uses: ./.github/actions/setup-firefox - name: Start XVFB run: Xvfb :99 & @@ -187,7 +187,7 @@ jobs: uses: actions/setup-java@v1 with: java-version: '11' - - name: Setup Chrome and chromedriver + - name: Setup Chrome and ChromeDriver uses: ./.github/actions/setup-chrome - name: Setup Firefox and geckodriver uses: ./.github/actions/setup-firefox diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d6d07818acc82..29ba4d584ebe7 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -138,6 +138,8 @@ jobs: uses: actions/setup-java@v1 with: java-version: '11' + - name: Setup Chrome and ChromeDriver + uses: ./.github/actions/setup-chrome - name: Start XVFB run: Xvfb :99 & - name: Run browser tests in Chrome @@ -173,7 +175,7 @@ jobs: uses: actions/setup-java@v1 with: java-version: '11' - - name: Setup Firefox and geckodriver + - name: Setup Firefox and GeckoDriver uses: ./.github/actions/setup-firefox - name: Start XVFB run: Xvfb :99 & @@ -210,7 +212,7 @@ jobs: uses: actions/setup-java@v1 with: java-version: '11' - - name: Setup Firefox and geckodriver + - name: Setup Firefox and GeckoDriver uses: ./.github/actions/setup-firefox - name: Start XVFB run: Xvfb :99 &