File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 # needs: [ build-project ]
1616 uses : ./.github/workflows/run-tests-default.yml
1717
18- compatibility-tests :
19- needs : [ default-tests ]
20- uses : ./.github/workflows/run-tests-compatibility.yml
21-
22- slow-tasks :
23- needs : [ compatibility-tests ]
24- uses : ./.github/workflows/run-slow-tasks.yml
18+ # compatibility-tests:
19+ # needs: [ default-tests ]
20+ # uses: ./.github/workflows/run-tests-compatibility.yml
21+ #
22+ # slow-tasks:
23+ # needs: [ compatibility-tests ]
24+ # uses: ./.github/workflows/run-slow-tasks.yml
Original file line number Diff line number Diff line change 4747
4848 - name : Run tests (wasm)
4949 if : ${{ matrix.target == 'wasm' }}
50- run : ./gradlew ${{ matrix.target }}Test --continue --max-workers=1
50+ run : ./gradlew ${{ matrix.target }}Test --continue
5151
5252 - name : Run tests (android)
5353 if : ${{ matrix.target == 'connectedAndroid' }}
You can’t perform that action at this time.
0 commit comments