Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 6, 2023
1 parent 7c8fdbe commit 48f709a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:

- name: Run test
run: ./gradlew testDebugUnitTest
./gradlew createDebugCoverageReport
env:
GITHUB_USER: ${{ github.actor }}

- name: Build and Generate Coverage Report
run: ./gradlew createDebugCoverageReport

- name: Upload report
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 48f709a

Please sign in to comment.