From dc88d9a7d7ffde15591d79ec67c3e2eb9f98f735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chastanet?= Date: Tue, 5 Dec 2023 23:20:07 +0100 Subject: [PATCH] debug --- .github/workflows/lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 46e17bd8..77df67cc 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -134,7 +134,7 @@ jobs: --bash-version "${{matrix.bashTarVersion}}" \ --bash-base-image "${{matrix.bashImage}}" \ --branch-name "${GITHUB_REF##*/}" \ - ${{matrix.batsOptions}} --report-formatter junit -o logs -r src --ci + ${{matrix.batsOptions}} --report-formatter junit -o logs -r src --ci -x --print-output-on-failure - name: Upload Test Results if: always()