diff options
| author | Moritz Meißelbach <arbelzapf@gmail.com> | 2020-01-28 20:59:38 +0100 |
|---|---|---|
| committer | Moritz Meißelbach <arbelzapf@gmail.com> | 2020-01-28 20:59:38 +0100 |
| commit | 7a97c3dbba7ced6cd50b9b12926dea064d078808 (patch) | |
| tree | 6e01e1045cbbb6a15c8c858169f0d65e937b14ae | |
| parent | 219f72ea34e882cba829985a382eed6b850e3c17 (diff) | |
| parent | c463ccc8b19378c077655399701f40559683b124 (diff) | |
| download | sway-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.yml | 12 |
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 |
