Loading .github/workflows/shippable_builds.yml +8 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ on: skipK9Mail: type: boolean description: Skip building K-9 Mail skipTests: type: boolean description: Skip running tests skipBetaBump: type: boolean description: Skip version bump (beta) Loading Loading @@ -362,6 +365,11 @@ jobs: ./gradlew clean :app-${APP_NAME}:${BUILD_COMMAND} --no-build-cache --no-configuration-cache echo "Status: $?" - name: Test It if: ${{ !inputs.skipTests }} shell: bash run: ./gradlew testsOnCi - name: Move apps to upload directory shell: bash env: Loading Loading
.github/workflows/shippable_builds.yml +8 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ on: skipK9Mail: type: boolean description: Skip building K-9 Mail skipTests: type: boolean description: Skip running tests skipBetaBump: type: boolean description: Skip version bump (beta) Loading Loading @@ -362,6 +365,11 @@ jobs: ./gradlew clean :app-${APP_NAME}:${BUILD_COMMAND} --no-build-cache --no-configuration-cache echo "Status: $?" - name: Test It if: ${{ !inputs.skipTests }} shell: bash run: ./gradlew testsOnCi - name: Move apps to upload directory shell: bash env: Loading