Skip to content

Commit f80d88c

Browse files
committed
Use pre-installed Chrome
1 parent 03b32cf commit f80d88c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/actions/run-qunit-tests/action.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,6 @@ runs:
4242
echo "MATRIX_ENVS_NAME_SAFE=$MATRIX_ENVS_NAME_SAFE"
4343
echo "MATRIX_ENVS_NAME_SAFE=$MATRIX_ENVS_NAME_SAFE" >> $GITHUB_ENV
4444
45-
# - name: Update apt
46-
# run: |
47-
# sudo apt-get update
48-
49-
# - name: Setup utils
50-
# run: |
51-
# sudo apt-get install -y dbus-x11 httping x11vnc xvfb
52-
53-
- name: Setup Chrome
54-
if: ${{ inputs.browser == 'chrome' }}
55-
uses: ./.github/actions/setup-chrome-headless-shell
56-
with:
57-
chrome-version: '145.0.7632.67'
58-
5945
- name: Setup Firefox profile
6046
if: ${{ inputs.browser == 'firefox' }}
6147
shell: bash

0 commit comments

Comments
 (0)