Skip to content

Commit

Permalink
Fix: GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 30, 2024
1 parent 0ece370 commit f7cb6cd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ jobs:
FLAKE8: flake8
PYTEST: pytest
COVERAGE: coverage
services:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit f7cb6cd

Please sign in to comment.