Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
opts
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 1, 2023
1 parent 52be6f5 commit c23bab9
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 @@ -26,4 +26,4 @@ jobs:
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean install --errors --batch-mode
- run: mvn clean install -Pinvoker -DskipTests --errors --batch-mode

0 comments on commit c23bab9

Please sign in to comment.