Just compile the nightly source.

This commit is contained in:
Benoit Marty
2025-03-21 12:49:40 +01:00
parent a0105c3bd2
commit 00e46456b7

View File

@@ -92,4 +92,4 @@ jobs:
run: ./gradlew bundleGplayRelease -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES
- name: Compile nightly sources
if: ${{ matrix.variant == 'nightly' }}
run: ./gradlew bundleGplayNightly -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES
run: ./gradlew compileGplayNightlySources -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES