Skip to content

Commit 528e44d

Browse files
committed
test: add pytest.yml
1 parent b36ce2e commit 528e44d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
cd backend/src
2525
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2626
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
27-
cd ..
2827
2928
- name: Create .env file for testing
3029
run: |
@@ -52,7 +51,7 @@ jobs:
5251
POSTGRES_USER=testuser
5352
POSTGRES_PASSWORD=testpassword
5453
EOF
55-
cd ..
54+
cd ../..
5655
5756
- name: Test with Pytest
5857
env:

0 commit comments

Comments
 (0)