Skip to content

Commit

Permalink
Update api-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk authored Oct 23, 2023
1 parent 455119e commit 5ad5e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
EMAIL_USERNAME: ${{ secrets.EMAIL_USERNAME }}
EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
run: docker-compose -f "test.docker-compose.yaml" build
run: docker-compose -f "test-docker-compose.yaml" build
- name: Run the tests
run: docker-compose -f "test.docker-compose.yaml" run api pytest tests/
run: docker-compose -f "test-docker-compose.yaml" run api pytest tests/

0 comments on commit 5ad5e0d

Please sign in to comment.