Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Jun 22, 2023
1 parent acd50c8 commit e017d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
poetry-version: "1.5.1"
- run: poetry install
- run: poetry run black --check test_observer tests migrations scripts
- run: poetry run ruff --explicit-package-bases test_observer tests migrations scripts
- run: poetry run mypy test_observer tests migrations scripts
- run: poetry run ruff test_observer tests migrations scripts
- run: poetry run mypy --explicit-package-bases test_observer tests migrations scripts
- run: poetry run pytest
env:
TEST_DB_URL: postgresql+pg8000://postgres:password@localhost:5432/postgres

0 comments on commit e017d33

Please sign in to comment.