Skip to content

Commit 9a9e821

Browse files
committed
set env var
1 parent 3d04e44 commit 9a9e821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/framework-dockercompose-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
if: steps.changes.outputs.src == 'true'
7171
env:
7272
CTF_CONFIGS: ${{ matrix.test.config }}
73+
CHIP_INGRESS_IMAGE: ${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.us-west-2.amazonaws.com/atlas-chip-ingress:qa-latest
7374
run: |
7475
go test -timeout ${{ matrix.test.timeout }} -v -count ${{ matrix.test.count }} -run ${{ matrix.test.name }}
7576

0 commit comments

Comments
 (0)