Skip to content

Commit 81b9f10

Browse files
committed
Fixed test
1 parent b075a41 commit 81b9f10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
version: [ "22.7.0" ]
24+
version: [ 22.7.0 ]
2525
variant: [ "windows-2019" ]
2626

2727
steps:
@@ -48,8 +48,6 @@ jobs:
4848
Write-Host "Node version mismatch"
4949
exit 1
5050
}
51-
52-
exit 0
5351
5452
- name: Verify entrypoint runs regular, non-executable files with node
5553
shell: pwsh
@@ -101,8 +99,6 @@ jobs:
10199
Write-Host "Node version mismatch"
102100
exit 1
103101
}
104-
105-
exit 0
106102
107103
- name: Verify entrypoint runs regular, non-executable files with node
108104
shell: pwsh

0 commit comments

Comments
 (0)