Skip to content

Commit

Permalink
Update python-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeHardmann authored Apr 4, 2024
1 parent 9cecfe7 commit f2dc305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt-get install -y docker-compose
- name: Start PostgreSQL containers
run: docker-compose up postgresql postgresql-test -d
run: docker-compose up -d

- name: Wait for services to be ready
run: |
Expand All @@ -37,4 +37,4 @@ jobs:
docker-compose run app sh -c "pytest"
- name: Stop PostgreSQL containers
run: docker-compose stop postgresql postgresql-test
run: docker-compose down

0 comments on commit f2dc305

Please sign in to comment.