Skip to content

Commit b95f851

Browse files
authored
Update unit-test.yml
1 parent 4fd4303 commit b95f851

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: run services
3232
run: docker compose up -d
3333

34-
# - name: Running Unit-tests
35-
# run: pytest tests/
36-
# working-directory: ./app
34+
- name: Running Unit-tests
35+
run: pytest tests/
36+
working-directory: ./app
3737

3838
- name: stop containers
3939
run: docker compose down

0 commit comments

Comments
 (0)