summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2020-01-17 10:31:35 -0700
committerNicolas R <nicolas@atoomic.org>2020-01-17 14:02:17 -0700
commit037138fac4b4b8bf94c6dd36b73041ce4bab6860 (patch)
treee4392c334a55fbbe05db286c281bb8c19c400c73 /.github
parent68ce2ab964838e77cdf58bd0a42e1716fc4ed49c (diff)
downloadperl-037138fac4b4b8bf94c6dd36b73041ce4bab6860.tar.gz
Disable dist/IO/t/io_sock.t on windows
Fixes #17429 Test is out of sequence. Note: ENV were set too early.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/smoke-windows-msvc142.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/smoke-windows-msvc142.yml b/.github/workflows/smoke-windows-msvc142.yml
index 9858eefd34..5cd0ab46da 100644
--- a/.github/workflows/smoke-windows-msvc142.yml
+++ b/.github/workflows/smoke-windows-msvc142.yml
@@ -8,11 +8,11 @@ on:
- '*'
pull_request:
-env:
- PERL_SKIP_TTY_TEST: 1
-
jobs:
perl:
+ env:
+ PERL_SKIP_TTY_TEST: 1
+ CONTINUOUS_INTEGRATION: 1
runs-on: windows-latest