diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f52ee37b..a45e0ac3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,7 @@ on: workflow_dispatch: jobs: unit_test_report: + name: "unit_test_report" runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/README.md b/README.md index d2fb6b0b..44449eca 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ We created a blog post to explain further why we need such a significant abstraction on top of the Android Low Energy API : [eng.fitbit.com/what-is-bitgatt-and-why-do-we-need-it/](https://eng.fitbit.com/what-is-bitgatt-and-why-do-we-need-it/) ### Setting up the dependency - +TESt Add it in your root build.gradle at the end of repositories: ```gradle