diff --git a/.github/main.workflow b/.github/main.workflow index b6b6cec..e9114a8 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,13 +1,13 @@ workflow "npm test" { on = "push" resolves = [ - "Publish" + "Publish", ] } action "Install dependencies" { uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680" - args = "install" + args = "ci" } action "Run tests" {