We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31698ee commit ae556acCopy full SHA for ae556ac
.github/main.workflow
@@ -5,11 +5,11 @@ workflow "Install & Test" {
5
6
action "npm install" {
7
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
8
- runs = "install"
+ args = "install"
9
}
10
11
action "npm test" {
12
13
- runs = "test"
14
needs = ["npm install"]
+ args = "test"
15
0 commit comments