Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan authored Oct 11, 2023
1 parent ba250a6 commit 44ebd69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
uses: actions/checkout@v4

- name: Gradle Build and Test
run: |
./gradlew --build-cache build test codeCoverageReport testAggregateReports
uses: gradle/[email protected]
with:
arguments: --build-cache build test codeCoverageReport testAggregateReports

- name: Add coverage to PR
id: jacoco
Expand Down

0 comments on commit 44ebd69

Please sign in to comment.