mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
unit test added to pipeline
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
a3c12dac11
commit
5031c2a5e3
2 changed files with 4 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: npm run typecheck
|
run: npm run typecheck
|
||||||
|
- name: Unit tests
|
||||||
|
run: npm run test:unit:ci
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: lint
|
needs: lint
|
||||||
|
|
2
.github/workflows/validation.yml
vendored
2
.github/workflows/validation.yml
vendored
|
@ -19,3 +19,5 @@ jobs:
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
- name: Typecheck
|
- name: Typecheck
|
||||||
run: npm run typecheck
|
run: npm run typecheck
|
||||||
|
- name: Unit tests
|
||||||
|
run: npm run test:unit:ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue