Skip to content

Commit

Permalink
Update maven_converter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenek-jonas committed Oct 5, 2023
1 parent 6ba84a0 commit 3e7e2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn -B -Pconverter-standalone -pl storage/embedded-tools/storage-converter -am clean package --file pom.xml
run: mvn -B -Pconverter-standalone -pl storage/embedded-tools/storage-converter -am clean package --file pom.xml -U

0 comments on commit 3e7e2d5

Please sign in to comment.