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