fix expression
This commit is contained in:
parent
f2f21b1a2b
commit
909f699b73
|
@ -70,7 +70,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
repository: ${{ matrix.repo }}
|
||||
path: ${{ matrix.name }}
|
||||
- name: Run Downstream Tests - {{ matrix.name }}
|
||||
- name: Run Downstream Tests - ${{ matrix.name }}
|
||||
run: docker-compose -f ./testing/downstream_testing/docker-compose.yml --profile ${{ matrix.docker_profile }} up --exit-code-from base_${{ matrix.docker_profile }}
|
||||
env:
|
||||
DS_NAME: ${{ matrix.name }}
|
||||
|
@ -79,6 +79,6 @@ jobs:
|
|||
DS_MATRIX_EXCLUDE: ${{ matrix.matrix_exclude }}
|
||||
DOCKER_BUILDKIT: 1
|
||||
COV_CMD: ""
|
||||
- name: Test Results - {{ matrix.name }}
|
||||
- name: Test Results - ${{ matrix.name }}
|
||||
if: ${{ always() }}
|
||||
run: docker logs base
|
||||
|
|
Loading…
Reference in New Issue