Skip to content

Commit

Permalink
ci: refactoring ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeversiane committed Jun 2, 2024
1 parent b8337e9 commit 604cb8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
echo "POSTGRES_DB=${{ secrets.POSTGRES_DB }}" >> .env
echo "POSTGRES_URL=${{ secrets.POSTGRES_URL }}" >> .env
- name: Set up Docker Compose
run: docker-compose up -d --build

- name: Run project
run: make ci

Expand All @@ -61,3 +64,7 @@ jobs:

- if: failure()
run: docker-compose logs

- name: Tear Down
if: always()
run: docker-compose down

0 comments on commit 604cb8e

Please sign in to comment.