Skip to content

Commit

Permalink
Added cli test step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnixon committed Jul 23, 2021
1 parent f573b6e commit 15b34d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [15.x, 16.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
Expand All @@ -33,7 +33,7 @@ jobs:
- run: npm run lint
- run: npm run type-coverage
- name: validate cli can be invoked
run: ./interactive-cli-seed/interactive-cli-seed/dist/seed-project help
run: dist/seed-project help
# FIXME enable these once you've written your first test
# - run: npm run test
# - run: npm run codecov
Expand Down

0 comments on commit 15b34d7

Please sign in to comment.