We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fe27e commit ab97d6cCopy full SHA for ab97d6c
.github/workflows/workflows-lint.yml
@@ -30,9 +30,13 @@ jobs:
30
- name: Checkout
31
uses: actions/checkout@v4
32
- name: Install Bats
33
+ id: install_bats
34
uses: bats-core/[email protected]
35
- name: Run tests
36
shell: bash
37
+ env:
38
+ BATS_LIB_PATH: ${{ steps.install_bats.outputs.lib-path }}
39
+ TERM: xterm
40
run: |
41
# Find and run all .bats test files
42
BATS_FILES=$(find .github/actions -name "*.bats" -type f | sort)
0 commit comments