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 838a43f commit c4d0e2cCopy full SHA for c4d0e2c
.github/workflows/component-test.yaml
@@ -5,9 +5,13 @@ on:
5
push:
6
branches:
7
- main
8
+ - 'stable/*'
9
+ - 'monthly/*'
10
pull_request:
11
12
13
14
15
16
jobs:
17
component-test:
@@ -62,7 +66,7 @@ jobs:
62
66
helm repo add gitea-charts https://dl.gitea.com/charts/
63
67
helm repo add mockserver https://www.mock-server.com
64
68
65
-
69
+
70
- name: Run KUTTL tests
71
run: |
- cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml
72
+ cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml
0 commit comments