We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d04e44 commit 9a9e821Copy full SHA for 9a9e821
.github/workflows/framework-dockercompose-tests.yml
@@ -70,6 +70,7 @@ jobs:
70
if: steps.changes.outputs.src == 'true'
71
env:
72
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
74
run: |
75
go test -timeout ${{ matrix.test.timeout }} -v -count ${{ matrix.test.count }} -run ${{ matrix.test.name }}
76
0 commit comments