Skip to content

Commit

Permalink
Merge pull request #28 from agiledigital-labs/dspasojevic-patch-1
Browse files Browse the repository at this point in the history
Added cli test step
  • Loading branch information
dspasojevic committed Jul 23, 2021
2 parents 7e6a5e0 + 15b34d7 commit ae5ce7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 @@ -32,6 +32,8 @@ jobs:
- run: npm run build
- run: npm run lint
- run: npm run type-coverage
- name: validate cli can be invoked
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 ae5ce7b

Please sign in to comment.