Skip to content

Commit 9a4109f

Browse files
committed
integration-test fix
1 parent 54abd2f commit 9a4109f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ jobs:
433433
CONTAINER_NGINX_IMAGE_REGISTRY="${{ secrets.TEST_REGISTRY_URL }}" \
434434
TAG="${{ matrix.container.plus }}-${{ matrix.container.image }}-${{ matrix.container.version }}" \
435435
OS_RELEASE="${{ matrix.container.release }}" OS_VERSION="${{ matrix.container.version }}" IMAGE_PATH="${{ matrix.container.path }}" \
436-
NGINX_LICENSE_JWT='${{ secrets.NGINX_LICENSE_JWT }}' \
436+
NGINX_LICENSE_JWT="${{ secrets.NGINX_LICENSE_JWT }}" \
437437
make official-image-integration-test | tee ${{github.workspace}}/test/dashboard/logs/${{github.job}}/${{matrix.container.image}}-${{matrix.container.version}}/raw_logs.log
438438
exit "${PIPESTATUS[0]}"
439439
@@ -578,7 +578,7 @@ jobs:
578578
CONTAINER_NGINX_IMAGE_REGISTRY="${{ secrets.TEST_REGISTRY_URL }}" \
579579
TAG="${{ matrix.container.plus }}-${{ matrix.container.image }}-${{ matrix.container.version }}" \
580580
OS_RELEASE="${{ matrix.container.release }}" OS_VERSION="${{ matrix.container.version }}" IMAGE_PATH="${{ matrix.container.path }}" \
581-
NGINX_LICENSE_JWT="${{ secrets.TEST_JWT }}" \
581+
NGINX_LICENSE_JWT="${{ secrets.NGINX_LICENSE_JWT }}" \
582582
make metrics-test | tee ${{github.workspace}}/test/dashboard/logs/${{github.job}}/${{matrix.container.image}}-${{matrix.container.version}}/raw_logs.log
583583
exit "${PIPESTATUS[0]}"
584584

0 commit comments

Comments
 (0)