Skip to content

Commit ceb85bc

Browse files
committed
Fix CI logs
1 parent ea2402a commit ceb85bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deb-package-and-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
260260
- name: Export aleph logs
261261
continue-on-error: true
262-
if: ${{ !cancelled() && steps.system-booted.outcome == 'sucess'}}
262+
if: ${{ !cancelled() && steps.system-booted.outcome == 'success'}}
263263
run: |
264264
ssh root@${DROPLET_IPV4} "journalctl -u aleph-vm-supervisor"
265265
@@ -380,7 +380,7 @@ jobs:
380380
curl --retry 5 --max-time 10 --fail "http://${DROPLET_IPV4}:4020/status/check/fastapi"
381381
382382
- name: Export aleph logs
383-
if: ${{ !cancelled() && steps.system-booted.outcome == 'sucess'}}
383+
if: ${{ !cancelled() && steps.system-booted.outcome == 'success'}}
384384
run: |
385385
ssh root@${DROPLET_IPV4} "journalctl -u aleph-vm-supervisor"
386386

0 commit comments

Comments
 (0)