Skip to content

Commit ab97d6c

Browse files
committed
fix(ci): Update bats env
1 parent 53fe27e commit ab97d6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflows-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232
- name: Install Bats
33+
id: install_bats
3334
uses: bats-core/[email protected]
3435
- name: Run tests
3536
shell: bash
37+
env:
38+
BATS_LIB_PATH: ${{ steps.install_bats.outputs.lib-path }}
39+
TERM: xterm
3640
run: |
3741
# Find and run all .bats test files
3842
BATS_FILES=$(find .github/actions -name "*.bats" -type f | sort)

0 commit comments

Comments
 (0)