fix: remove cli tests
This commit is contained in:
28
.github/workflows/cli.yml
vendored
28
.github/workflows/cli.yml
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user