1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-08 03:13:15 +02:00

E2E: Upgraded Chromium to 92.0.4512.0

This commit is contained in:
Tim Voronov 2021-07-27 10:29:07 -04:00
parent 32b27f6a0b
commit 37f33eef01

View File

@ -64,6 +64,6 @@ jobs:
- name: E2E tests
run: |
docker run -d -p 9222:9222 ghcr.io/montferret/chromium:88.0.4298.0
docker run -d -p 9222:9222 ghcr.io/montferret/chromium:92.0.4512.0
make e2e
docker stop $(docker ps -q)