Skip to content

Commit

Permalink
Update unit-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abolfazl8131 authored Nov 24, 2024
1 parent b125d79 commit 37e6490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: run services
run: docker compose up -d

- name: Running Unit-tests
run: pytest tests/
working-directory: ./app
# - name: Running Unit-tests
# run: pytest tests/
# working-directory: ./app

- name: stop containers
run: docker compose down

0 comments on commit 37e6490

Please sign in to comment.