Skip to content

Commit 5d2018e

Browse files
committed
feat(FDP-3055): run publiclighting cucumber on build
1 parent 5bdafb0 commit 5d2018e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ jobs:
163163
needs: docker
164164
permissions:
165165
checks: write
166+
strategy:
167+
matrix:
168+
include:
169+
- values-file: [ci/common-values.yaml, ci/publiclighting-values.yaml]
166170
steps:
167171
- name: Checkout gxf-gitops
168172
uses: actions/checkout@v4
@@ -173,7 +177,7 @@ jobs:
173177
- name: Create gxf platform
174178
run: ./charts/gxf-platform/template-apply.sh --imageTag $(echo -e "${{ needs.docker.outputs.tags }}" | head -n 1 | cut -d':' -f2)
175179
- 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 }}
177181
- name: Wait for jobs to finish
178182
run: kubectl wait --for=condition=complete --all jobs --timeout=30m
179183
- name: Run maven cucumber reporting

0 commit comments

Comments
 (0)