diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 461e195f..525661fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,9 @@ jobs: - name: Run verification tasks run: ./gradlew check + - name: Bundle the latest data snapshot + run: ./gradlew bundleData + - name: Assemble APKs run: ./gradlew assemble