Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 5, 2023
1 parent f7905b7 commit 7d28890
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: ./gradlew testDebugUnitTest
env:
GITHUB_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Include Slack Notification
if: failure() && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')
Expand Down
6 changes: 0 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ android {
}
}
testOptions {
unitTests.all {
jacoco {
includeNoLocationClasses true
}
}

packagingOptions {
jniLibs {
useLegacyPackaging true
Expand Down

0 comments on commit 7d28890

Please sign in to comment.