Skip to content

Commit

Permalink
Download robolectric dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Mar 9, 2023
1 parent 4379cb2 commit 88f430b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: java -version
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Download robolectric dependencies
run: ./download-robolectric-deps.sh
- name: Run unit tests with Gradle
run: ./gradlew :opensrp-core:clean :opensrp-core:jacocoTestReport --stacktrace
- name: Generate Javadoc with Gradle
Expand Down

0 comments on commit 88f430b

Please sign in to comment.