Skip to content

Commit 3137066

Browse files
committed
Added test mount print
1 parent 041b79a commit 3137066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
run: |
104104
$tmp_file = New-TemporaryFile
105105
"console.log('success')" | Out-File -FilePath $tmp_file -Encoding utf8
106+
Write-Host "Docker volume mount: $(${{ github.workspace }})$tmp_file:/app/index.js"
106107
$output = (docker run --rm -v "${{ github.workspace }}$tmp_file:/app/index.js" node:${{ matrix.version }}-${{ matrix.variant }} app/index.js)
107108
if ($output -ne 'success') {
108109
exit 1

0 commit comments

Comments
 (0)