File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,15 @@ jobs:
4747 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848 - name : Set up environment (download dependencies)
4949 run : |
50- brew install kind
5150 brew install docker
52- - name : Setup Bats and bats libs
53- id : setup-bats-mac
54- uses : bats-core/bats-action@3.0.0
51+ brew install kind
52+ brew install bats-core
5553 - name : Bats tests
56- shell : bash
5754 env :
58- BATS_LIB_PATH : ${{ steps.setup-bats-mac.outputs.lib-path }}
59- TERM : xterm
60- run : bats -o _artifacts tests/
61-
55+ TERM : linux # fix tput for tty issue work around
56+ run : |
57+ bash --version
58+ bash -c "time bats -o _artifacts --trace --formatter tap tests/"
6259 - name : Upload logs
6360 if : always()
6461 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments