Skip to content

Commit 032b9de

Browse files
committed
fix mac bats tests
1 parent e9c040a commit 032b9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
TERM: linux
7171
run: |
7272
bash --version
73-
bash -c "time bats -o _artifacts --trace --formatter tap tests/"
73+
bats -o _artifacts --trace --verbose-run --formatter tap tests/
7474
- name: Debug info
7575
if: always()
7676
run: |
@@ -82,5 +82,5 @@ jobs:
8282
if: always()
8383
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8484
with:
85-
name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
85+
name: kind-logs-mac-${{ env.JOB_NAME }}-${{ github.run_id }}
8686
path: ./_artifacts

0 commit comments

Comments
 (0)