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