Skip to content

Commit

Permalink
CI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KeoFoxy committed Aug 3, 2024
1 parent fe8a0e5 commit a2bd4db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
- name: Build Docker images
run: docker-compose build

- name: Start database
run: docker-compose up -d db
# - name: Start database
# run: docker-compose up -d db

- name: Wait for database to be ready
run: sleep 10
# - name: Wait for database to be ready
# run: sleep 10

- name: Run migration
run: docker-compose run migrate
Expand Down

0 comments on commit a2bd4db

Please sign in to comment.