From b0e1c257459aa9cbf927a4a4e7e173c0c95c9e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Tue, 28 Jan 2020 14:33:18 +0100 Subject: Update ci.yml install BATS dependencies before runningstests --- .github/workflows/ci.yml | 7 +++++-- 1 file 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 -- cgit v1.2.3