We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f53cf1 commit 539e4f9Copy full SHA for 539e4f9
.github/workflows/component-test.yaml
@@ -8,12 +8,16 @@ on:
8
paths-ignore:
9
- "*.md"
10
- charts/**
11
+ - 'stable/*'
12
+ - 'monthly/*'
13
pull_request:
14
branches:
15
- main
16
17
18
19
20
21
22
jobs:
23
component-test:
@@ -68,7 +72,7 @@ jobs:
68
72
helm repo add gitea-charts https://dl.gitea.com/charts/
69
73
helm repo add mockserver https://www.mock-server.com
70
74
71
-
75
+
76
- name: Run KUTTL tests
77
run: |
- cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml
78
+ cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml
0 commit comments