Skip to content

Commit

Permalink
Disable Windows and MacOS tests of the reference apps (#888)
Browse files Browse the repository at this point in the history
Fixes #887
  • Loading branch information
timothyfroehlich authored Mar 21, 2024
1 parent 8f43291 commit 26d0a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@ jobs:
reference-apps:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Windows and mac tests disabled until #883 is fixed
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
needs: build-maven-repo

Expand Down

0 comments on commit 26d0a5e

Please sign in to comment.