Skip to content

Commit

Permalink
provide information on running unit tests
Browse files Browse the repository at this point in the history
close #6
  • Loading branch information
jaylenw committed May 16, 2023
1 parent 5182f23 commit 3aa0dfa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ steps:
uses: cityoflosangeles/fetch-latest-github-release@{latest-release} # ex. v1, v2, v3 etc. See https://github.com/CityOfLosAngeles/fetch-latest-github-release/releases
with:
github_token: ${{ github.token }}
```
```
## CI / Unit Tests
To run the tests locally, run `npm test`.

0 comments on commit 3aa0dfa

Please sign in to comment.