Skip to content

Commit ab29c29

Browse files
committed
build: split integration test and run in parallel
1 parent bef6dec commit ab29c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dependency-caching: true
3737

3838
- name: Build
39-
run: ./gradlew clean assemble
39+
run: ./gradlew clean assemble --no-build-cache
4040

4141
- name: Perform CodeQL Analysis
4242
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)