Skip to content

Commit eec4aa4

Browse files
committed
you can't get there from here.
1 parent f832aa4 commit eec4aa4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_test_on_spawn.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)