aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Meißelbach <arbelzapf@gmail.com>2020-01-28 20:59:38 +0100
committerMoritz Meißelbach <arbelzapf@gmail.com>2020-01-28 20:59:38 +0100
commit7a97c3dbba7ced6cd50b9b12926dea064d078808 (patch)
tree6e01e1045cbbb6a15c8c858169f0d65e937b14ae
parent219f72ea34e882cba829985a382eed6b850e3c17 (diff)
parentc463ccc8b19378c077655399701f40559683b124 (diff)
downloadsway-launcher-desktop-7a97c3dbba7ced6cd50b9b12926dea064d078808.tar.gz
sway-launcher-desktop-7a97c3dbba7ced6cd50b9b12926dea064d078808.zip
Merge branch 'github_actions' of github.com:Biont/sway-launcher-desktop into github_actions
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 421cfb2..afa4896 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,16 +5,14 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- - name: Setup BATS
- uses: mig4/setup-bats@master
- with:
- bats-version: 1.1.0
-
- name: Check out code
uses: actions/checkout@v1
- 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