mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 19:33:44 +08:00
DEV: Use Chrome in system specs
The version of Chromium we have in our images (120) is relatively unstable and our system specs break regularly. This patch makes sure Chrome is used instead for system specs.
This commit is contained in:
parent
0b34b4cbe9
commit
e911362864
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -61,9 +61,10 @@ jobs:
|
|||
- name: Set working directory owner
|
||||
run: chown root:root .
|
||||
|
||||
- name: Remove Chrome
|
||||
- name: Remove Chromium
|
||||
continue-on-error: true
|
||||
run: apt remove -y google-chrome-stable
|
||||
if: matrix.build_type == 'system'
|
||||
run: apt remove -y chromium-driver chromium
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user