CI: delete duplicate source code check from GitHub action
The test case was testing a subset of the functionality, which is already tested by test case in `tests.yml`. Delete it, since it does not add any value. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
bbdb4fbc32
commit
7cd36f9797
1 changed files with 0 additions and 18 deletions
18
.github/workflows/checks.yml
vendored
18
.github/workflows/checks.yml
vendored
|
|
@ -56,21 +56,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ignore_words_list: msdos, pullrequest
|
ignore_words_list: msdos, pullrequest
|
||||||
skip: ./.git,coverity,rpmbuild,samples
|
skip: ./.git,coverity,rpmbuild,samples
|
||||||
|
|
||||||
source:
|
|
||||||
name: "Source code checks"
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: "Clone Repository"
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: "Run Tests"
|
|
||||||
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
|
|
||||||
with:
|
|
||||||
image: ghcr.io/osbuild/osbuild-ci:latest-202209070757
|
|
||||||
run: |
|
|
||||||
git config --global --add safe.directory /osb/workdir
|
|
||||||
python3 -m pytest \
|
|
||||||
test/src/test_pylint.py \
|
|
||||||
-k autopep8 \
|
|
||||||
--rootdir=. \
|
|
||||||
-v
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue