ci: e2e needs lint

This commit is contained in:
Michael Kriese 2024-08-16 14:35:29 +02:00
parent d76b1f1f5b
commit b54d07ef55
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -73,6 +73,9 @@ jobs:
- run: ct lint --config tools/ct.yml --charts . - run: ct lint --config tools/ct.yml --charts .
e2e: e2e:
needs:
- lint-node
- lint-helm
runs-on: k8s runs-on: k8s
strategy: strategy: