Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Test #62

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Test #62

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
jobs:
unit_test_report:
name: "unit_test_report"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down