From a6a57784b5f57fdf1455848d2d3d97e96d787c07 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Thu, 29 Aug 2024 23:21:57 +0200 Subject: [PATCH] ff-matrix, gha - try without setting chrome checking "hack" Initially done because of https://github.com/quarto-dev/quarto-actions/issues/45 --- .github/workflows/test-ff-matrix.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test-ff-matrix.yml b/.github/workflows/test-ff-matrix.yml index c3f34ea970..8a7fc0f8ef 100644 --- a/.github/workflows/test-ff-matrix.yml +++ b/.github/workflows/test-ff-matrix.yml @@ -138,10 +138,10 @@ jobs: - name: Cache Typst packages uses: ./.github/actions/cache-typst - - name: Install Chrome - uses: browser-actions/setup-chrome@v1 - with: - chrome-version: 127 + # - name: Install Chrome + # uses: browser-actions/setup-chrome@v1 + # with: + # chrome-version: 127 - name: Setup Julia uses: julia-actions/setup-julia@v2 @@ -174,12 +174,12 @@ jobs: # https://github.com/quarto-dev/quarto-actions/issues/45#issuecomment-1562599451 # Same fix as in quarto-actions/quarto-render # chromium is installed in the ubuntu runners in GHA, so no need to install it - - name: "Check Chromium" - if: ${{ runner.os == 'Linux' }} - run: | - echo $(which google-chrome) - $(which google-chrome) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com - shell: bash + # - name: "Check Chromium" + # if: ${{ runner.os == 'Linux' }} + # run: | + # echo $(which google-chrome) + # $(which google-chrome) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com + # shell: bash - name: Run all Smoke Tests Windows if: ${{ runner.os == 'Windows' && format('{0}', inputs.buckets) == '' && matrix.time-test == false }}