From dfc9941e109c82c04d541bc13f2e5cb88988ee85 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 10 Mar 2023 10:16:01 +0100 Subject: [PATCH] Ensure samples/minimal still compiles #195 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8fa3b4dff..de07016df6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,3 +62,5 @@ jobs: run: ./gradlew compileReleaseSources $CI_GRADLE_ARG_PROPERTIES - name: Compile nightly sources run: ./gradlew compileNightlySources $CI_GRADLE_ARG_PROPERTIES + - name: Compile samples minimal + run: ./gradlew :samples:minimal:assemble $CI_GRADLE_ARG_PROPERTIES