fix expression

This commit is contained in:
sommersoft 2022-04-17 17:43:27 -05:00
parent f2f21b1a2b
commit 909f699b73
1 changed files with 2 additions and 2 deletions

View File

@ -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