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

Commit

Permalink
tests on
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 1, 2023
1 parent 4b0888d commit 420f465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 -Pinvoker -DskipTests --errors --batch-mode
- run: mvn clean install -Pinvoker --errors --batch-mode
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assets:
pubring.gpg: eo-cqrs/eo-cqrs-secrets#assets/pubring.gpg
merge:
script:
- "mvn clean install -Pinvoker -DskipTests --errors --batch-mode"
- "mvn clean install -Pinvoker --errors --batch-mode"
release:
pre: false
sensitive:
Expand Down

0 comments on commit 420f465

Please sign in to comment.