Skip to content

Commit d19f643

Browse files
committed
test windows for now
1 parent 24c2b54 commit d19f643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testsuite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
runs-on: windows-latest
238238
timeout-minutes: 120
239239
needs: sanity_check
240-
if: needs.sanity_check.outputs.run_all_jobs == 'true'
240+
#if: needs.sanity_check.outputs.run_all_jobs == 'true'
241241
242242
env:
243243
PERL_SKIP_TTY_TEST: 1
@@ -289,7 +289,7 @@ jobs:
289289
runs-on: windows-latest
290290
timeout-minutes: 120
291291
needs: sanity_check
292-
if: needs.sanity_check.outputs.run_all_jobs == 'true'
292+
#if: needs.sanity_check.outputs.run_all_jobs == 'true'
293293
294294
env:
295295
PERL_SKIP_TTY_TEST: 1
@@ -327,7 +327,7 @@ jobs:
327327
runs-on: windows-latest
328328
timeout-minutes: 120
329329
needs: sanity_check
330-
if: needs.sanity_check.outputs.run_all_jobs == 'true'
330+
#if: needs.sanity_check.outputs.run_all_jobs == 'true'
331331
332332
env:
333333
PERL_SKIP_TTY_TEST: 1

0 commit comments

Comments
 (0)