Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 138 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 138 Bytes

Cypress Action

Usage

Executes a cypress command.

action "E2E" {
  uses = "jcblw/cypress@master"
  args = ["run"]
}