[workflow][s]: change ubuntu version from latest to 16.04
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -2,7 +2,7 @@ name: Cypress Integration Tests
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
cypress-run:
|
cypress-run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-16.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
@@ -14,4 +14,4 @@ jobs:
|
|||||||
browser: chrome
|
browser: chrome
|
||||||
build: yarn run build
|
build: yarn run build
|
||||||
start: yarn start
|
start: yarn start
|
||||||
wait-on: 'http://localhost:3000'
|
wait-on: "http://localhost:3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user