Skip to content

Commit

Permalink
try sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
TIL-EBP committed Oct 30, 2024
1 parent d7b3d4d commit e4237cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ jobs:
cargo install sqlx-cli --version 0.7.3 --no-default-features --features native-tls,postgres --locked --quiet
sqlx database create
sqlx migrate run
- name: Run container
run: |
docker compose up -d
sleep 10
- name: Run fmt
run: |
docker compose exec api rustup component add rustfmt
Expand Down Expand Up @@ -260,6 +264,7 @@ jobs:
needs:
- test-api
- format-api
- dependency-review
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e4237cc

Please sign in to comment.