Browse Source

github/workflows: Show context for qemu-arm test failures.

Make it easier to see what went wrong in CI builds.
pull/8205/head
stijn 3 years ago
committed by Damien George
parent
commit
e0b8d69827
  1. 2
      .github/workflows/ports_qemu-arm.yml

2
.github/workflows/ports_qemu-arm.yml

@ -24,4 +24,4 @@ jobs:
run: source tools/ci.sh && ci_qemu_arm_build
- name: Print failures
if: failure()
run: grep --text "FAIL" ports/qemu-arm/build/console.out
run: grep --before-context=100 --text "FAIL" ports/qemu-arm/build/console.out

Loading…
Cancel
Save