File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ jobs:
163
163
needs : docker
164
164
permissions :
165
165
checks : write
166
+ strategy :
167
+ matrix :
168
+ include :
169
+ - values-file : [ci/common-values.yaml, ci/publiclighting-values.yaml]
166
170
steps :
167
171
- name : Checkout gxf-gitops
168
172
uses : actions/checkout@v4
@@ -173,7 +177,7 @@ jobs:
173
177
- name : Create gxf platform
174
178
run : ./charts/gxf-platform/template-apply.sh --imageTag $(echo -e "${{ needs.docker.outputs.tags }}" | head -n 1 | cut -d':' -f2)
175
179
- name : Create and run gxf cucumber tests
176
- run : ./charts/gxf-cucumber-tests/template-apply.sh --imageTag $(echo -e "${{ needs.docker.outputs.tags }}" | head -n 1 | cut -d':' -f2) --valuesFile ci/common-values.yaml
180
+ run : ./charts/gxf-cucumber-tests/template-apply.sh --imageTag $(echo -e "${{ needs.docker.outputs.tags }}" | head -n 1 | cut -d':' -f2) --valuesFile ${{ matrix.values-file }}
177
181
- name : Wait for jobs to finish
178
182
run : kubectl wait --for=condition=complete --all jobs --timeout=30m
179
183
- name : Run maven cucumber reporting
You can’t perform that action at this time.
0 commit comments