Skip to content

Commit 1286468

Browse files
committed
ci(cd-cd): add test
1 parent ff2076b commit 1286468

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ jobs:
3535
uses: falcondev-it/.github/actions/pnpm-install@master
3636

3737
- run: pnpm run type-check
38+
39+
test:
40+
name: 🧪 Unit Tests
41+
needs: [type-check]
42+
runs-on: ubuntu-latest
43+
steps:
44+
- name: pnpm install
45+
uses: falcondev-it/.github/actions/pnpm-install@master
46+
47+
- run: pnpm run test

0 commit comments

Comments
 (0)