Skip to content

Commit 957ff98

Browse files
chore: run unit tests on CI
1 parent 5b50aa3 commit 957ff98

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ jobs:
3131
- name: Check lint
3232
run: yarn lint
3333

34+
test:
35+
runs-on: ubuntu-latest
36+
37+
steps:
38+
- name: Checkout
39+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
41+
- name: Setup
42+
uses: ./.github/actions/setup
43+
44+
- name: Run unit tests
45+
run: yarn test
46+
3447
build-library:
3548
runs-on: ubuntu-latest
3649

0 commit comments

Comments
 (0)