Skip to content

Commit

Permalink
Update code-coverage.yml
Browse files Browse the repository at this point in the history
Use the correct Gradle action
  • Loading branch information
sixlettervariables authored Feb 25, 2024
1 parent a267922 commit 354bd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Output Variables:
# - buildScanUri
- name: Build with Gradle
uses: gradle/actions/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
arguments: clean build --no-build-cache --info --stacktrace --max-workers=1 --scan
build-root-directory: mekhq
Expand Down

0 comments on commit 354bd2c

Please sign in to comment.