We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c040a commit 032b9deCopy full SHA for 032b9de
.github/workflows/bats.yml
@@ -70,7 +70,7 @@ jobs:
70
TERM: linux
71
run: |
72
bash --version
73
- bash -c "time bats -o _artifacts --trace --formatter tap tests/"
+ bats -o _artifacts --trace --verbose-run --formatter tap tests/
74
- name: Debug info
75
if: always()
76
@@ -82,5 +82,5 @@ jobs:
82
83
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
84
with:
85
- name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
+ name: kind-logs-mac-${{ env.JOB_NAME }}-${{ github.run_id }}
86
path: ./_artifacts
0 commit comments