Skip to content

Commit 8455474

Browse files
committed
feat: add github ci
1 parent b9f1677 commit 8455474

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232

3333
- name: Build
3434
run: npm run build
35+
36+
- name: Run Tests
37+
run: npm run test

.github/workflows/ci-full.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Build
3434
run: npm run build
3535

36+
- name: Run Tests
37+
run: npm run test
38+
3639
tag:
3740
name: Version tag
3841
needs: [check]

0 commit comments

Comments
 (0)