1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 02:18:15 +00:00

chore: remove autogen internals tests (#5740)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2022-12-21 15:19:42 +01:00 committed by GitHub
parent 7aa1bcb31f
commit 6267217d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,10 +73,6 @@ jobs:
make vet
tests:
strategy:
fail-fast: false
matrix:
autogen-internals: [ true, false ]
runs-on: ubuntu-latest
needs: pre-checks
steps:
@ -104,5 +100,4 @@ jobs:
- name: Kyverno unit test
run: |
export PROJECT_PATH=$(pwd)
export FLAG_AUTOGEN_INTERNALS=${{ matrix.autogen-internals }}
make test-unit