Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6897eeef authored by Philipp Kewisch's avatar Philipp Kewisch
Browse files

Run tests on shippable builds

parent 4ea0d19a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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)
@@ -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: