Skip to content

Commit

Permalink
Add CI test step
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Jan 18, 2024
1 parent 0975929 commit 309b1a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ runs:

- name: Install node dependencies
shell: bash
run: |
yarn install --frozen-lockfile
yarn global add nps ts-node
run: yarn install --frozen-lockfile

- name: Install python dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: npm run lint

- name: Run tests
run: nps run test
run: npm run test

- name: Publish test coverage
uses: codacy/codacy-coverage-reporter-action@v1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ Lots of love to the open source community!
[line_count]: https://img.shields.io/tokei/lines/github/joellefkowitz/ts-valid "Line count"
[language_count]: https://img.shields.io/github/languages/count/joellefkowitz/ts-valid "Language count"
[review_action]: https://img.shields.io/github/actions/workflow/status/JoelLefkowitz/ts-valid/review.yml "Review action"
[codacy_quality]: https://img.shields.io/codacy/grade/_ "Codacy quality"
[codacy_coverage]: https://img.shields.io/codacy/coverage/_ "Codacy coverage"
[codacy_quality]: https://img.shields.io/codacy/grade/0c0c92a961d444ee9f65d961bf0e1293 "Codacy quality"
[codacy_coverage]: https://img.shields.io/codacy/coverage/0c0c92a961d444ee9f65d961bf0e1293 "Codacy coverage"
[npm_version]: https://img.shields.io/npm/v/ts-valid "NPM Version"
[npm_downloads]: https://img.shields.io/npm/dw/ts-valid "NPM Downloads"
[open_issues]: https://img.shields.io/github/issues/joellefkowitz/ts-valid "Open issues"
Expand Down

0 comments on commit 309b1a3

Please sign in to comment.