From 01f7e1b6101127fdaabd6d76823be78e555e36b2 Mon Sep 17 00:00:00 2001 From: steveoni Date: Wed, 2 Dec 2020 10:50:13 +0100 Subject: [PATCH] [workflow][s]: change ubuntu version from latest to 16.04 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ad723ba..2102f914 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Cypress Integration Tests on: [push] jobs: cypress-run: - runs-on: ubuntu-latest + runs-on: ubuntu-16.04 steps: - name: Checkout uses: actions/checkout@v1 @@ -14,4 +14,4 @@ jobs: browser: chrome build: yarn run build start: yarn start - wait-on: 'http://localhost:3000' + wait-on: "http://localhost:3000"