Skip to content

Commit

Permalink
[RNKC-044] - unit tests CI (#33)
Browse files Browse the repository at this point in the history
* [RNKC-044] - unit tests in CI

* [RNKC-044] - removed current branch
  • Loading branch information
kirillzyusko authored Jun 7, 2022
1 parent 2389487 commit 7c8cb84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/verify-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,16 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run Lint
run: yarn lint
tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test

0 comments on commit 7c8cb84

Please sign in to comment.