Skip to content

Commit

Permalink
Add npm ci to workflow to install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmistral committed Apr 23, 2021
1 parent cdcdeef commit 3c4e185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lorix-pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
1 change: 1 addition & 0 deletions .github/workflows/lorix-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 15
- run: npm ci
- run: npm test

publish-npm:
Expand Down

0 comments on commit 3c4e185

Please sign in to comment.