Skip to content

Commit d12f025

Browse files
authored
Merge pull request #1908 from AkihiroSuda/dev
CI: debug "Upgrade test"
2 parents 3eafd92 + 999e2cc commit d12f025

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)