Skip to content

Commit 1a15c0f

Browse files
committed
feat(FDP-3055): updates after comment
1 parent 5d2018e commit 1a15c0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ jobs:
165165
checks: write
166166
strategy:
167167
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]
170169
steps:
171170
- name: Checkout gxf-gitops
172171
uses: actions/checkout@v4
@@ -177,7 +176,7 @@ jobs:
177176
- name: Create gxf platform
178177
run: ./charts/gxf-platform/template-apply.sh --imageTag $(echo -e "${{ needs.docker.outputs.tags }}" | head -n 1 | cut -d':' -f2)
179178
- 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 }}
181180
- name: Wait for jobs to finish
182181
run: kubectl wait --for=condition=complete --all jobs --timeout=30m
183182
- name: Run maven cucumber reporting

0 commit comments

Comments
 (0)