Skip to content

Commit

Permalink
Temporary enables 10 CI runs to test cache behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Oct 16, 2023
1 parent 32c16c8 commit dd7f09e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
gradle_task: ${{ fromJson(needs.generate-test-list.outputs.separateTestsNames) }}
platform: [windows-latest, ubuntu-latest]
jdk: [11, 17]
number: [1,2,3,4,5,6,7,8,9,10]
runs-on: ${{ matrix.platform }}

steps:
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
matrix:
jdk: [17]
platform: [ubuntu-latest, windows-latest]
number: [1,2,3,4,5,6,7,8,9,10]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit dd7f09e

Please sign in to comment.