Skip to content

Commit

Permalink
Fix CI #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 11, 2024
1 parent a08d8d4 commit 61f30c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
docker-compose build
- name: Check flake8
run: docker compose run tests-dsmr-app flake8 -v
run: docker compose run tests-dsmr-app poetry run flake8 -v

- name: Run PostgreSQL tests
run: docker compose run tests-dsmr-app pytest
run: docker compose run tests-dsmr-app poetry run pytest

0 comments on commit 61f30c2

Please sign in to comment.