Skip to content

Commit

Permalink
sleep before show logs
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Aug 7, 2024
1 parent c2564a6 commit 6edcc65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ runs:
-d reduct/store:${{inputs.reductstore-version}}
- name: Print logs
shell: bash
run: docker logs reduct-store
run: |
sleep 5
docker logs reduct-store
- name: Run tests
shell: bash
run: REDUCT_CPP_TOKEN_API=${{inputs.api-token}} build/bin/reduct-tests ${{inputs.tags}}

0 comments on commit 6edcc65

Please sign in to comment.