Skip to content

Commit

Permalink
chore: temporary increase CI jobs to 15 to see if matrix produces ill…
Browse files Browse the repository at this point in the history
…egal combinations
  • Loading branch information
Vladimir Sitnikov committed May 2, 2023
1 parent 940b83c commit 259c1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
env:
MATRIX_JOBS: 4
MATRIX_JOBS: 15
steps:
- uses: actions/checkout@v3
- id: set-matrix
Expand All @@ -36,7 +36,7 @@ jobs:
needs: matrix_prep
strategy:
matrix: ${{fromJson(needs.matrix_prep.outputs.matrix)}}
# fail-fast: false
fail-fast: false
env:
TZ: ${{ matrix.tz }}
steps:
Expand Down

0 comments on commit 259c1e5

Please sign in to comment.