move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)
This commit is contained in:
parent
13a2da973f
commit
b705020daf
13 changed files with 16 additions and 17 deletions
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container: qmkfm/base_container
|
||||
container: qmkfm/qmk_cli
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -25,4 +25,4 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip3 install -r requirements-dev.txt
|
||||
- name: Run tests
|
||||
run: bin/qmk pytest
|
||||
run: qmk pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue