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 ea2402a commit ceb85bcCopy full SHA for ceb85bc
.github/workflows/build-deb-package-and-integration-tests.yml
@@ -259,7 +259,7 @@ jobs:
259
260
- name: Export aleph logs
261
continue-on-error: true
262
- if: ${{ !cancelled() && steps.system-booted.outcome == 'sucess'}}
+ if: ${{ !cancelled() && steps.system-booted.outcome == 'success'}}
263
run: |
264
ssh root@${DROPLET_IPV4} "journalctl -u aleph-vm-supervisor"
265
@@ -380,7 +380,7 @@ jobs:
380
curl --retry 5 --max-time 10 --fail "http://${DROPLET_IPV4}:4020/status/check/fastapi"
381
382
383
384
385
386
0 commit comments