From 423c98013bc27a792151542b1e43320e45fb68db Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sat, 31 Dec 2022 13:39:56 +0100 Subject: [PATCH] Run GH verification build on Windows too Fixes https://github.com/eclipse-m2e/m2e-core/issues/1080 --- .github/workflows/maven.yml | 2 +- m2e-parent/pom.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c5e76a2bb4..9636691b94 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} timeout-minutes: 45 diff --git a/m2e-parent/pom.xml b/m2e-parent/pom.xml index 97b19ff71d..632f3676fd 100644 --- a/m2e-parent/pom.xml +++ b/m2e-parent/pom.xml @@ -244,6 +244,18 @@ + + windows + + + windows + + + + + true + +