Skip to content

Commit

Permalink
config(actions): separate install and test steps
Browse files Browse the repository at this point in the history
easier to see time of each action
  • Loading branch information
AviVahl committed Feb 4, 2020
1 parent 61acf89 commit b99e4cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
uses: actions/setup-node@v1
with:
node_version: ${{ matrix.node_version }}
- run: npm install-ci-test
- run: npm ci
- run: npm test

0 comments on commit b99e4cf

Please sign in to comment.