Skip to content

Commit

Permalink
further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Aug 7, 2024
1 parent ac641a2 commit 061b283
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,8 @@ jobs:
distribution: temurin
- name: Build with Gradle
run: ./gradlew clean build --no-build-cache
- name: lint
run: ./gradlew app:lint
- name: lint results
uses: yutailang0119/[email protected]
with:
report-path: app/build/reports/lint/report.xml
- name: JVM unit Tests with Coverage Report
run: ./gradlew check

- name: Upload Lib Unit Tests Report to CodeCov
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 061b283

Please sign in to comment.