Skip to content

Instantly share code, notes, and snippets.

@yanfengliu
Created July 28, 2021 22:50
Show Gist options
  • Save yanfengliu/2d1a90280f1f6e6d36aa6cbca314eb57 to your computer and use it in GitHub Desktop.
Save yanfengliu/2d1a90280f1f6e6d36aa6cbca314eb57 to your computer and use it in GitHub Desktop.
use Cypress Docker on GitHub Action
...
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