Skip to content

Commit

Permalink
fix: try to fix problem with windows maven params
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Mar 29, 2023
1 parent 29d2cfa commit 0686265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: java -version
- run: mvn -version
- run: mvn --errors --batch-mode -Dinvoker.skip -DskipITs clean install -Pqulice
- run: mvn --errors --batch-mode -"Dinvoker.skip" -"DskipITs" clean install -Pqulice

0 comments on commit 0686265

Please sign in to comment.