File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 run : |
155155 & "${{ github.workspace }}\spawnctl.exe" get data-images
156156
157- $dataImageName = "${{ matrix.data-image[MATRIX_SPAWNIMAGE] }}";
157+ $dataImageName = "${{ matrix.data-image[ env. MATRIX_SPAWNIMAGE ] }}";
158158
159159 echo "Creating 'tSQLtOnLinux' Spawn data container from image '$dataImageName'";
160160 $containerName= & "${{ github.workspace }}\spawnctl.exe" create data-container --image $dataImageName --lifetime 30m -q
@@ -321,7 +321,7 @@ jobs:
321321 run : |
322322 & "${{ github.workspace }}\spawnctl.exe" get data-images
323323
324- $dataImageName = "${{ matrix.data-image[MATRIX_SPAWNIMAGE] }}";
324+ $dataImageName = "${{ matrix.data-image[ env. MATRIX_SPAWNIMAGE] }}";
325325
326326 echo "Creating 'tSQLtOnLinux' Spawn data container from image '$dataImageName'";
327327 $containerName= & "${{ github.workspace }}\spawnctl.exe" create data-container --image $dataImageName --lifetime 30m -q
@@ -371,7 +371,7 @@ jobs:
371371 uses : actions/upload-artifact@v2
372372 with :
373373 if-no-files-found : error
374- name : jUnitTests-${{ matrix.data-image[MATRIX_NAME] }}
374+ name : jUnitTests-${{ matrix.data-image[ env. MATRIX_NAME ] }}
375375 path : " ${{ env.test_artifact_dir }}\\ "
376376 retention-days : 90
377377
You can’t perform that action at this time.
0 commit comments