Skip to content

Commit

Permalink
add windows-latest to integration-tests ci
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Mierzwa <[email protected]>
  • Loading branch information
MaciejMierzwa committed Nov 14, 2023
1 parent bc7fa45 commit 11e3911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
fail-fast: false
matrix:
jdk: [11, 17]
platform: [ubuntu-latest] # Removing windows temporarily
platform: [ubuntu-latest, windows-latest] # Removing windows temporarily
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 11e3911

Please sign in to comment.