Skip to content

Commit b68adf5

Browse files
committed
Fix CI logs
1 parent ea2402a commit b68adf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)