Skip to content

Commit

Permalink
ff-matrix, gha - try without setting chrome checking "hack"
Browse files Browse the repository at this point in the history
Initially done because of quarto-dev/quarto-actions#45
  • Loading branch information
cderv committed Aug 29, 2024
1 parent 5fe49eb commit a6a5778
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test-ff-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit a6a5778

Please sign in to comment.