Skip to content

Commit e5f9c89

Browse files
committed
Test
1 parent fef0098 commit e5f9c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
$image_node_version = (docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} node --print "process.versions.node").Trim()
9696
Write-Host "Expected: '${{ matrix.version }}', Got: '$image_node_version'"
9797
if ($image_node_version -ne ${{ matrix.version }}) {
98-
exit 1
98+
exit 2
9999
}
100100
101101
- name: Verify entrypoint runs regular, non-executable files with node

0 commit comments

Comments
 (0)