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 1719273 commit deab9cbCopy full SHA for deab9cb
.github/workflows/docker-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Test Docker image
25
run: |
26
- docker run --rm tradenode:test > /tmp/test.log
+ docker run --rm tradenode:test > /tmp/test.log || true
27
28
if grep -q "CONNECTING TO MONGODB" /tmp/test.log; then
29
echo "Build successful"
0 commit comments