mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 00:02:37 -05:00
Fix test run of images
This commit is contained in:
2
.github/workflows/build-image-on-push.yml
vendored
2
.github/workflows/build-image-on-push.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
-
|
||||
name: Test-run image
|
||||
run: |
|
||||
docker run --rm p2pool:testing &
|
||||
docker run --rm p2pool:testing --wallet 468ydghFfthE3UTc53eF5MP9UyrMcUiAHP5kizVYJsej5XGaXBoAAEzUHCcUF7t3E3RrYAX8Rs1ujhBdcvMpZSbH8qkb55R &
|
||||
PID=$!
|
||||
sleep 30
|
||||
kill -SIGINT $PID # this will return a non-zero exit code if the container dies early on
|
||||
|
||||
Reference in New Issue
Block a user