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 f70b75f commit 4beb819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Install Rust dependencies
run: |
docker compose up -d db
docker logs $(docker ps --filter "name=db-1" --format "{{.ID}}")
docker compose logs -f &
cd api
cargo build --release
- name: test
Expand Down

0 comments on commit 4beb819

Please sign in to comment.