Skip to content

Commit

Permalink
fix: deleting test job step
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeversiane committed Jun 13, 2024
1 parent 975c89a commit 1edb9e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
- name: Set up Docker Compose
run: docker-compose -f docker-compose.ci.yml up -d --build

- name: Wait for services to be ready
run: docker-compose -f docker-compose.ci.yml run --rm wait-for-it.sh db:5432 --timeout=60 --strict -- echo "Database is up"

- name: Run project
run: make ci

Expand Down

0 comments on commit 1edb9e1

Please sign in to comment.