Use correct container for unit test workflow (#17242)

This commit is contained in:
Joel Challis 2022-05-29 20:15:54 +01:00 committed by GitHub
parent 6a0ed63eb1
commit e22a183329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
test:
runs-on: ubuntu-latest
container: qmkfm/base_container
container: qmkfm/qmk_cli
steps:
- uses: actions/checkout@v2