Skip to content

Commit

Permalink
Merge pull request #13 from RADAR-base/update_github_actions
Browse files Browse the repository at this point in the history
update github actions workflow.
  • Loading branch information
yatharthranjan authored Feb 25, 2021
2 parents 6ca2288 + 2028c4f commit 75421d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ jobs:
# Gradle check
- name: Check
run: ./gradlew check

# Gradle integration test. Includes internal docker-compose management
- name: Integration test
run: ./gradlew integrationTest
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import java.util.stream.Stream
import javax.ws.rs.NotAuthorizedException
import javax.ws.rs.core.Context

@Suppress("UNCHECKED_CAST")
class GarminServiceUserRepository(
@Context private val config: Config
) : GarminUserRepository(config) {
Expand Down Expand Up @@ -200,7 +201,6 @@ class GarminServiceUserRepository(
private val FETCH_THRESHOLD: Duration = Duration.ofMinutes(1L)
val MIN_INSTANT = Instant.EPOCH


private val logger = LoggerFactory.getLogger(GarminServiceUserRepository::class.java)
}
}

0 comments on commit 75421d9

Please sign in to comment.