We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823d742 commit 16a043cCopy full SHA for 16a043c
1 file changed
.github/workflows/test.yml
@@ -65,9 +65,9 @@ jobs:
65
LIBRENMS_CONTAINER: ${{ env.CONTAINER_NAME }}
66
-
67
name: Check container logs
68
- uses: crazy-max/.github/.github/actions/container-logs-check@main
+ uses: crazy-max/.github/.github/actions/container-logs-check@v1
69
with:
70
- container_name: ${{ env.CONTAINER_NAME }}
+ name: ${{ env.CONTAINER_NAME }}
71
log_check: "ready to handle connections"
72
timeout: 120
73
0 commit comments