Skip to content

Commit

Permalink
Updated Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Sep 17, 2020
1 parent 414c16d commit fee9640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.12, 1.13, 1.14]
goVer: [1.13, 1.14, 1.15]
steps:
- name: Set up Go ${{ matrix.goVer }}
uses: actions/setup-go@v2
Expand Down Expand Up @@ -64,6 +64,6 @@ jobs:

- name: E2E tests
run: |
docker run -d -p 9222:9222 -e CHROME_OPTS='--disable-dev-shm-usage --full-memory-crash-report' alpeware/chrome-headless-stable:ver-83.0.4103.61
docker run -d -p 9222:9222 ghcr.io/montferret/chromium:86.0.4240.0
make e2e
docker stop $(docker ps -q)

0 comments on commit fee9640

Please sign in to comment.