diff options
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 421cfb2..00de460 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: - name: shellcheck uses: ludeeus/action-shellcheck@0.1.0 - + + - name: Install BATS + run: sudo npm install -g bats + - name: Test - run: cd tests && bats *.bats
\ No newline at end of file + run: cd tests && bats *.bats |
