Skip to content

Commit

Permalink
attempt 1 to fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
terzerm committed Feb 7, 2024
1 parent be61db5 commit 496f56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
fail-fast: false
matrix:
java: [ '8', '11', '17', '21' ]
# os: ['ubuntu-latest', 'windows-latest'] FIXME fix tests in windows
os: ['ubuntu-latest']
os: ['ubuntu-latest', 'windows-latest'] FIXME fix tests in windows
# os: ['ubuntu-latest']

steps:
- name: Checkout code
Expand Down

0 comments on commit 496f56e

Please sign in to comment.