ci: update container to use 'main'
There is no 'master' branch anymore, use 'main' instead.
This commit is contained in:
parent
ff1fd7a38e
commit
3adccb716c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v2
|
||||
- name: "Run pylint"
|
||||
uses: osbuild/koji-osbuild/test@master
|
||||
uses: osbuild/koji-osbuild/test@main
|
||||
with:
|
||||
run: |
|
||||
pylint plugins/**/*.py test/**/*.py
|
||||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v2
|
||||
- name: "Run unit tests"
|
||||
uses: osbuild/koji-osbuild/test@master
|
||||
uses: osbuild/koji-osbuild/test@main
|
||||
with:
|
||||
run: |
|
||||
pytest --cov-report=xml --cov=osbuild test/unit/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue