Skip to content

Commit

Permalink
#8 add some debug info to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
good-lly committed Aug 14, 2024
1 parent 6e76c3f commit 0849df2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Check Docker version
run: docker --version && docker compose version

- name: Start Docker image
run: docker compose -f ./tests/compose.yaml up -d
run: docker compose -f ./tests/compose.yaml up -d && sleep 10

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0849df2

Please sign in to comment.