Skip to content

Commit

Permalink
chore: split funky commands into steps
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Aug 23, 2019
1 parent 75776f0 commit f338855
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nodejs.yml
Expand Up @@ -17,10 +17,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, test
run: |
IF ${{ matrix.node-version }} LSS 8 npm i npm@5 -g
npm ci --ignore-scripts
npm test
- name: Check Node Version
run: IF ${{ matrix.node-version }} LSS 8 npm i npm@5 -g
- name: npm install
run: npm ci --ignore-scripts
- name: npm test
run: npm test
env:
CI: true

0 comments on commit f338855

Please sign in to comment.