Skip to content

Commit 4bc4fd6

Browse files
authored
fix(unit-test-workflow): add unit-test section to existing workflow
1 parent 96bd7e9 commit 4bc4fd6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Health Check
1+
name: Docker Health Check And Unit-tests
22

33
on:
44
pull_request_target:
@@ -27,6 +27,10 @@ jobs:
2727

2828
- name: build services
2929
run: docker compose build
30+
31+
- name: Running Unit-tests
32+
run: pytest tests/
33+
working-directory: ./app
3034

3135
- name: run services
3236
run: docker compose up -d

0 commit comments

Comments
 (0)