fix: lock Ubuntu version for Cypress (#39322)
This commit is contained in:
committed by
GitHub
parent
b1a0c4fa59
commit
5337932fd8
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
# our .npmrc sets a default version to 0, and prevents download. This installs it.
|
# our .npmrc sets a default version to 0, and prevents download. This installs it.
|
||||||
CYPRESS_INSTALL_BINARY: '4.6.0'
|
CYPRESS_INSTALL_BINARY: '4.6.0'
|
||||||
name: Cypress run
|
name: Cypress run
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
services:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:3.5.5
|
image: mongo:3.5.5
|
||||||
|
Reference in New Issue
Block a user