Skip to content

Commit

Permalink
debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skozenyuk committed Jun 24, 2024
1 parent ebc08ed commit f7ae93e
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 @@ -20,7 +20,7 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/[email protected]
- name: Build with Gradle
run: ./gradlew clean build --scan -s
run: ./gradlew clean build --scan -s --debug
- name: Test
run: ./gradlew jacocoTestReport
- name: CodeCov
Expand Down

0 comments on commit f7ae93e

Please sign in to comment.