Skip to content

Commit

Permalink
Remove --no-daemon flag for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 23, 2023
1 parent de4832d commit 49f7525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build with release Kotlin version
run: ./gradlew clean build ktlint --no-daemon
- name: Build with dev Kotlin version
run: ./gradlew -PkotlinDev clean build ktlint --no-daemon
run: ./gradlew -PkotlinDev clean build ktlint
- name: Upload test results
uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit 49f7525

Please sign in to comment.