[workflow][s]: change ubuntu version from latest to 16.04

This commit is contained in:
steveoni 2020-12-02 10:50:13 +01:00
parent 9458fc4890
commit 01f7e1b610

View File

@ -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"