Created
July 28, 2021 22:50
-
-
Save yanfengliu/2d1a90280f1f6e6d36aa6cbca314eb57 to your computer and use it in GitHub Desktop.
use Cypress Docker on GitHub Action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
jobs: | |
cypress-run: | |
runs-on: ubuntu-latest | |
container: cypress/included:8.0.0 # this line specifies the docker image we want | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment