diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 4ebc1e45..eb112b3e 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -5,7 +5,6 @@ on: branches: - develop - feature/** - jobs: build: runs-on: ubuntu-latest @@ -38,7 +37,7 @@ jobs: - name: Run unit tests id: unit_tests - run: ./gradlew test + run: ./gradlew test -x tripkituisample:test - name: Archive test results if: always() @@ -55,7 +54,6 @@ jobs: :x: Unit tests failed! @${{ github.event.pull_request.assignee.login || github.event.pull_request.user.login }}, please review and fix the issues in the unit tests. Let us know if you need any help. - - name: Comment on Pull Request for General Workflow Failures if: failure() && github.event_name == 'pull_request' && steps.unit_tests.outcome != 'failure' uses: thollander/actions-comment-pull-request@v2.5.0 @@ -64,7 +62,6 @@ jobs: :x: Workflow execution failed! @${{ github.event.pull_request.assignee.login || github.event.pull_request.user.login }}, there was an issue with the workflow execution. Please check the logs and resolve the issue. - - name: Comment on Pull Request (With Reviewers) if: success() && github.event_name == 'pull_request' uses: thollander/actions-comment-pull-request@v2.5.0 @@ -73,7 +70,6 @@ jobs: :white_check_mark: Unit tests passed successfully! Please ensure the code is reviewed before proceeding with the merge. - # - name: Comment on Pull Request # run: | # if [[ "${{ github.event.pull_request.requested_reviewers[2].login }}" != "" ]]; then diff --git a/tripkit-android b/tripkit-android index d4c89296..316493b9 160000 --- a/tripkit-android +++ b/tripkit-android @@ -1 +1 @@ -Subproject commit d4c892969a7e1913fb6847d6ef587a9ed67dfcb3 +Subproject commit 316493b9fafced1d8b6087d454062d8f0736b44a