Skip to content

Commit

Permalink
Updated build file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteNiewenhuis committed Jan 16, 2025
1 parent ada5ec5 commit a416bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build assembleDist codeCoverageReport
arguments: build assembleDist --scan codeCoverageReport
# Only write to the cache for builds on the 'master' branch.
# Builds on other branches will only read existing entries from the cache.
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
Expand Down

0 comments on commit a416bab

Please sign in to comment.