We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b32cf commit f80d88cCopy full SHA for f80d88c
.github/actions/run-qunit-tests/action.yml
@@ -42,20 +42,6 @@ runs:
42
echo "MATRIX_ENVS_NAME_SAFE=$MATRIX_ENVS_NAME_SAFE"
43
echo "MATRIX_ENVS_NAME_SAFE=$MATRIX_ENVS_NAME_SAFE" >> $GITHUB_ENV
44
45
-# - name: Update apt
46
-# run: |
47
-# sudo apt-get update
48
-
49
-# - name: Setup utils
50
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
59
- name: Setup Firefox profile
60
if: ${{ inputs.browser == 'firefox' }}
61
shell: bash
0 commit comments