Skip to content

Commit

Permalink
remove multiple test runs
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Mierzwa <[email protected]>
  • Loading branch information
MaciejMierzwa committed Nov 29, 2023
1 parent f048e91 commit ce05c45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ jobs:
strategy:
fail-fast: false
matrix:
number: [1,2,3,4,5,6,7,8,9,10]
jdk: [11, 17, 21]
platform: [ubuntu-latest, windows-latest] # Removing windows temporarily
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit ce05c45

Please sign in to comment.