Skip to content

Commit

Permalink
Argument fix on Build and Test step (#27684)
Browse files Browse the repository at this point in the history
* beam_PreCommit_SQL_Java11

* fix and readme

* name and paths fix

* push trigger

* fix comments

* java home 11 edited

* java home

* name and gradlew comand run update

* arguments fix
  • Loading branch information
magicgoody committed Jul 26, 2023
1 parent dc1cfe5 commit 907c511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beam_PreCommit_SQL_Java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :sqlPreCommit
arguments:
arguments: |
-PdisableSpotlessCheck=true \
-PdisableCheckStyle=true \
-PcompileAndRunTestsWithJava11 \
Expand Down

0 comments on commit 907c511

Please sign in to comment.