Skip to content

Commit

Permalink
Fixed command to run maven in Windows shell
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Nov 5, 2024
1 parent bb8917c commit 62b403c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Build with Maven
# qa skips documentation - we check it on Jenkins CI
# We skip checkstyle too - we check it on Jenkins CI
run: ./apache-maven-3.9.9/bin/mvn -B -e clean install -Pstaging,qa -Dcheckstyle.skip=true
run: ./apache-maven-3.9.9/bin/mvn -B -e clean install -Pstaging -Pqa -Dcheckstyle.skip=true

0 comments on commit 62b403c

Please sign in to comment.