Skip to content

Commit 72ca33f

Browse files
committed
try fix
1 parent 12d68d7 commit 72ca33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run tests
3434
run: |
3535
source venv/bin/activate
36-
pytest /app
36+
pytest app
3737
pytest --cov=app/service app/ --cov-report=xml --cov-report=term-missing
3838
env:
3939
USERS_SERVICE_URL: "https://users-hanagotchi-13b50c95f2c8.herokuapp.com/"

0 commit comments

Comments
 (0)