Just compile the nightly source.

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

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