Skip to content

Commit a6a5778

Browse files
committed
ff-matrix, gha - try without setting chrome checking "hack"
Initially done because of quarto-dev/quarto-actions#45
1 parent 5fe49eb commit a6a5778

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test-ff-matrix.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ jobs:
138138
- name: Cache Typst packages
139139
uses: ./.github/actions/cache-typst
140140

141-
- name: Install Chrome
142-
uses: browser-actions/setup-chrome@v1
143-
with:
144-
chrome-version: 127
141+
# - name: Install Chrome
142+
# uses: browser-actions/setup-chrome@v1
143+
# with:
144+
# chrome-version: 127
145145

146146
- name: Setup Julia
147147
uses: julia-actions/setup-julia@v2
@@ -174,12 +174,12 @@ jobs:
174174
# https://github.com/quarto-dev/quarto-actions/issues/45#issuecomment-1562599451
175175
# Same fix as in quarto-actions/quarto-render
176176
# chromium is installed in the ubuntu runners in GHA, so no need to install it
177-
- name: "Check Chromium"
178-
if: ${{ runner.os == 'Linux' }}
179-
run: |
180-
echo $(which google-chrome)
181-
$(which google-chrome) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com
182-
shell: bash
177+
# - name: "Check Chromium"
178+
# if: ${{ runner.os == 'Linux' }}
179+
# run: |
180+
# echo $(which google-chrome)
181+
# $(which google-chrome) --headless --no-sandbox --disable-gpu --renderer-process-limit=1 https://www.chromestatus.com
182+
# shell: bash
183183

184184
- name: Run all Smoke Tests Windows
185185
if: ${{ runner.os == 'Windows' && format('{0}', inputs.buckets) == '' && matrix.time-test == false }}

0 commit comments

Comments
 (0)