diff options
| author | Moritz Meißelbach <arbelzapf@gmail.com> | 2020-01-28 14:33:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 14:33:18 +0100 |
| commit | b0e1c257459aa9cbf927a4a4e7e173c0c95c9e12 (patch) | |
| tree | cca31960eb5bb0f8bc136ed56d06527677af646c | |
| parent | 96a1109a71aed08352c4bdf6162acc91948106e1 (diff) | |
| download | sway-launcher-desktop-b0e1c257459aa9cbf927a4a4e7e173c0c95c9e12.tar.gz sway-launcher-desktop-b0e1c257459aa9cbf927a4a4e7e173c0c95c9e12.zip | |
Update ci.yml
install BATS dependencies before runningstests
| -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 |
