ci: e2e needs lint
This commit is contained in:
parent
d76b1f1f5b
commit
b54d07ef55
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue