Skip to content

Commit

Permalink
Issue the test targets via make.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke authored and papandreou committed Nov 19, 2020
1 parent af24228 commit cd45d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: make test

test-targets:
runs-on: ubuntu-18.04
Expand All @@ -43,5 +43,5 @@ jobs:
with:
node-version: '12'
- run: npm install
- run: npm run ${{ matrix.targets.target }}
- run: make ${{ matrix.targets.target }}

0 comments on commit cd45d40

Please sign in to comment.