Skip to content

Commit 999e2cc

Browse files
committed
CI: debug "Upgrade test"
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 3eafd92 commit 999e2cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,12 @@ jobs:
394394
retry_on: error
395395
max_attempts: 3
396396
command: ./hack/test-upgrade.sh ${{ matrix.oldver }} ${{ github.sha }}
397+
- name: "Debug: ha.stdout.log"
398+
if: always()
399+
run: cat ~/.lima/test-upgrade/ha.stdout.log || true
400+
- name: "Debug: ha.stderr.log"
401+
if: always()
402+
run: cat ~/.lima/test-upgrade/ha.stderr.log || true
397403

398404
vz:
399405
name: "vz"

0 commit comments

Comments
 (0)