Skip to content

Commit 6ef0911

Browse files
[CI] Don't depend tests on build. Rebuild again in tests, building is fast, setting up toolchain is slover
1 parent 4c035b8 commit 6ef0911

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121

2222
test:
2323
runs-on: ubuntu-22.04
24-
needs: build
2524
strategy:
2625
fail-fast: false
2726
matrix:
@@ -35,6 +34,8 @@ jobs:
3534
distribution: temurin
3635
java-version: 17
3736

37+
- run: ./gradlew publishToMavenLocal
38+
3839
- run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;26.3.11579264"
3940
- uses: actions/setup-python@v5
4041
with:
@@ -44,10 +45,5 @@ jobs:
4445
- run: conan profile detect
4546
- run: conan profile list
4647

47-
- uses: actions/download-artifact@v4
48-
with:
49-
name: maven-local
50-
path: ~/.m2
51-
5248
- run: ./gradlew assemble
5349
working-directory: tests/${{ matrix.testcase }}

0 commit comments

Comments
 (0)