Skip to content

Commit

Permalink
Merge pull request #2723 from HenrikJannsen/remove-clean-and-scan-opt…
Browse files Browse the repository at this point in the history
…ions-at-CI

Remove build and scan options
  • Loading branch information
HenrikJannsen authored Aug 29, 2024
2 parents ffe07fa + 1dbead6 commit d44fe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_bisq_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Gradle Build Action
uses: gradle/[email protected]
with:
arguments: clean build --scan
arguments: build -x test
build-root-directory: ${{ inputs.build-root-dir }}
gradle-executable: ./gradlew
gradle-version: 8.9

0 comments on commit d44fe26

Please sign in to comment.