Skip to content

Commit 08cbef1

Browse files
authored
Run android CI job without parallelism (#4255)
Cherry-picked from https://github.com/com-lihaoyi/mill/pull/4188/files, hopefully improves some of the flakiness we've been seeing
1 parent 4e64fe8 commit 08cbef1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/post-build-selective.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ jobs:
6666

6767
- run: ./mill -i -k selective.resolve ${{ inputs.millargs }}
6868

69+
- run: ./mill -i -j1 -k selective.run ${{ inputs.millargs }}
70+
if: ${{ inputs.install-android-sdk }}
71+
6972
- run: ./mill -i -k selective.run ${{ inputs.millargs }}
73+
if: ${{ !inputs.install-android-sdk }}
7074

7175
- run: 'taskkill -f -im java* && rm -rf out/mill-server/*'
7276
if: startsWith(inputs.os, 'windows')

0 commit comments

Comments
 (0)