From 953b3c696425af2cb3b7d3f3da658f153b7504bc Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 18 Jul 2022 13:58:34 -0700 Subject: [PATCH] bats --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72f2a33..fad962c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,12 @@ jobs: - run: npm ci + - name: Setup BATS + uses: mig4/setup-bats@v1 + with: + bats-version: 0.4.0 + - run: git submodule update --init + name: pull in bats assertion libs - run: npm run lint - run: npm run shellcheck