Skip to content

Commit a343c42

Browse files
author
roman.vasilev
committed
ci: Fixed run build command
1 parent a1ca37b commit a343c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ action "Test" {
1717
action "Build" {
1818
needs = "Test"
1919
uses = "actions/npm@master"
20-
args = "test"
20+
args = "run build"
2121
}
2222

2323
# Filter for master branch

0 commit comments

Comments
 (0)