ci: increased ci chunk size and removed (chunk ${{ matrix.chunk }}) in build extensions from name
This commit is contained in:
parent
f84834770d
commit
b1d2972f9f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_pull_request.yml
vendored
4
.github/workflows/build_pull_request.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
CI_CHUNK_SIZE: 65
|
||||
CI_CHUNK_SIZE: 288
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
|
@ -86,7 +86,7 @@ jobs:
|
|||
build-cache-${{ github.event.pull_request.base.sha }}-
|
||||
build-cache-
|
||||
|
||||
- name: Build extensions (chunk ${{ matrix.chunk }})
|
||||
- name: Build extensions
|
||||
env:
|
||||
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
||||
run: chmod +x ./gradlew && ./gradlew -p src assembleDebug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue