From 4cbdb7f1ce1ed19d84d0fdc9004ca77d99745fe9 Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Tue, 26 Oct 2021 12:17:41 +0300 Subject: [PATCH] Use stable Chrome --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2a8fe023..45aa2f79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,11 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true + - name: Setup Chrome + uses: browser-actions/setup-chrome@latest + with: + chrome-version: stable + - run: mkdir -p /tmp/ferrum - name: Run tests