Skip to content

Commit 9342674

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727

2828
- name: build services
2929
run: docker compose build
30+
31+
- name: run services
32+
run: docker compose up -d
3033

3134
- name: Running Unit-tests
3235
run: pytest tests/
3336
working-directory: ./app
3437

35-
- name: run services
36-
run: docker compose up -d
37-
3838
- name: stop containers
3939
run: docker compose down

0 commit comments

Comments
 (0)