Skip to content

Commit

Permalink
ci: fix docker compose script
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed Jun 6, 2024
1 parent 335cf07 commit c4afe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
docker compose -f tests/docker-compose.yml up -d
sleep 30
docker compose logs
docker compose -f tests/docker-compose.yml logs
- name: Set up ArangoDB for test
run: bash tests/init_db.sh
Expand Down

0 comments on commit c4afe96

Please sign in to comment.