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 ebca0aa commit 51b71d9Copy full SHA for 51b71d9
.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