Skip to content

Commit

Permalink
Added github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Jan 19, 2020
1 parent 80087d7 commit 0ebb9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- run: npm ci && npm run build && npm run test
- run: sudo mkdir /captain && npm ci && npm run build && sudo npm run test

0 comments on commit 0ebb9ad

Please sign in to comment.