From a5ac0cbaaccf70bb9df8e9bf9daeeaa7bef8b67c Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:56:52 +0100 Subject: [PATCH] Adding Windows tests --- .github/workflows/Test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 814b86b2..9aa7e96c 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -11,12 +11,13 @@ on: jobs: test: - runs-on: ubuntu-latest timeout-minutes: 60 strategy: matrix: - omc-version: ['stable'] + omc-version: [stable, nightly] + os: [ubuntu-latest, windows-latest] fail-fast: false + runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -38,7 +39,7 @@ jobs: omc-diff: true - name: openmodelica-library-testing - uses: OpenModelica/openmodelica-library-testing-action@v0.1.0 + uses: OpenModelica/openmodelica-library-testing-action@v0.2.0 with: library: PNlib library-version: 'master'