[workflow][s]: change ubuntu version from latest to 16.04
This commit is contained in:
parent
9458fc4890
commit
01f7e1b610
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user