summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian <fd@librem.one>2020-02-26 10:00:51 +0900
committerFlorian Didron <fdidron@users.noreply.github.com>2020-02-26 10:15:12 +0900
commit3cab0731b6a89d08115414b652b2df1c1abfc2fa (patch)
tree183080b61aebda4facff931d77e09a435a420071
parent094244ca04bc7d56d929ed9a050ab9dffb37f1f1 (diff)
fix: remove cli tests
-rw-r--r--.github/workflows/cli.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
deleted file mode 100644
index 2755812735..0000000000
--- a/.github/workflows/cli.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: CLI CI
-
-on:
- push:
- branches:
- - master
- - future
- pull_request:
- paths:
- - 'lib/python/**'
- - 'bin/qmk'
- - 'requirements.txt'
- - '.github/workflows/cli.yml'
-
-jobs:
- test:
- runs-on: ubuntu-latest
-
- container: qmkfm/base_container
-
- steps:
- - uses: actions/checkout@v1
- with:
- submodules: recursive
- - name: Install dependencies
- run: pip3 install -r requirements.txt
- - name: Run tests
- run: bin/qmk pytest