This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 63bccf4  Reveal issues on Windows.
63bccf4 is described below

commit 63bccf4cd607cc0c6241842b0b473f35eeb2e674
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 7 10:09:05 2020 -0400

    Reveal issues on Windows.
---
 .github/workflows/maven.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 63611cb..e857a4d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -20,10 +20,12 @@ on: [push]
 jobs:
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: ${{ matrix.os }}
     continue-on-error: ${{ matrix.experimental }}
     strategy:
+      fail-fast: false
       matrix:
+        os: [ubuntu-latest, windows-latest]
         java: [ 8, 11, 14 ]
         experimental: [false]
         include:

Reply via email to