Merge pull request #5926 from consuldemocracy/fix-ci-tests
Use old Chrome in CI tests
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -48,6 +48,14 @@ jobs:
|
|||||||
run: npm clean-install
|
run: npm clean-install
|
||||||
- name: Install ImageMagick
|
- name: Install ImageMagick
|
||||||
run: sudo apt-get install imagemagick
|
run: sudo apt-get install imagemagick
|
||||||
|
- name: Remove image-bundled Chrome
|
||||||
|
run: sudo apt-get purge google-chrome-stable
|
||||||
|
- name: Setup Chrome/Chromium 128
|
||||||
|
uses: browser-actions/setup-chrome@v1
|
||||||
|
with:
|
||||||
|
chrome-version: 128
|
||||||
|
install-chromedriver: true
|
||||||
|
install-dependencies: true
|
||||||
- name: Copy secrets and database files
|
- name: Copy secrets and database files
|
||||||
run: for i in config/*.example; do cp "$i" "${i/.example}"; done
|
run: for i in config/*.example; do cp "$i" "${i/.example}"; done
|
||||||
- name: Setup database
|
- name: Setup database
|
||||||
|
|||||||
Reference in New Issue
Block a user