Skip to content

Commit de148ce

Browse files
committed
Fix
1 parent 7f65ab1 commit de148ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ 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"
107106
$output = (docker run --rm -v "${{ github.workspace }}${tmp_file}:/app/index.js" node:${{ matrix.version }}-${{ matrix.variant }} app/index.js)
108107
if ($output -ne 'success') {
109108
exit 1

0 commit comments

Comments
 (0)