aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Meißelbach <arbelzapf@gmail.com>2020-01-28 14:33:18 +0100
committerGitHub <noreply@github.com>2020-01-28 14:33:18 +0100
commitb0e1c257459aa9cbf927a4a4e7e173c0c95c9e12 (patch)
treecca31960eb5bb0f8bc136ed56d06527677af646c
parent96a1109a71aed08352c4bdf6162acc91948106e1 (diff)
downloadsway-launcher-desktop-b0e1c257459aa9cbf927a4a4e7e173c0c95c9e12.tar.gz
sway-launcher-desktop-b0e1c257459aa9cbf927a4a4e7e173c0c95c9e12.zip
Update ci.yml
install BATS dependencies before runningstests
-rw-r--r--.github/workflows/ci.yml7
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