Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ssysm authored Jan 7, 2019
1 parent 39907c0 commit 3c5d3d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ workflow "Build Workflow" {
resolves = ["GitHub Action for npm-1"]
}

action "GitHub Action for npm" {
uses = "actions/npm@e7aaefed7c9f2e83d493ff810f17fa5ccd7ed437"
runs = "install"
}

action "GitHub Action for npm-1" {
uses = "actions/npm@e7aaefed7c9f2e83d493ff810f17fa5ccd7ed437"
runs = "build"
needs = ["GitHub Action for npm"]
runs = "run build"
}

0 comments on commit 3c5d3d3

Please sign in to comment.