Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Dec 5, 2023
1 parent 5b37261 commit dc88d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit dc88d9a

Please sign in to comment.