From 176093002aa354395e88e149748781140841993e Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Sat, 22 Jul 2023 12:06:51 +0200 Subject: [PATCH] include xfail reason description for try-examples.py under Windows --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 763b977116..eafcefa42f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -138,7 +138,7 @@ jobs: echo "::endgroup::" SEVERITY=warning ${{ startsWith(matrix.name, 'windows-') }} && SEVERITY=notice - [ $FAILED -eq 0 ] || echo "::$SEVERITY::try-examples.py failed with exit code $FAILED (XFAIL on Windows cbuild)" + [ $FAILED -eq 0 ] || echo "::$SEVERITY::try-examples.py failed with exit code $FAILED (XFAIL 'Graphviz not built with triangulation library' on Windows cbuild)" shell: bash - name: Run lint-code.py (if -lint) if: ${{ contains(matrix.name, '-lint') }}