Skip to content

Commit

Permalink
Resolves #359: XML Property Updates Report
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoniuk authored and slawekjaranowski committed Nov 2, 2022
1 parent 715f0a9 commit 4c0d8af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven.yml
Expand Up @@ -29,10 +29,9 @@ jobs:

install:
name: Install
run: mvn -DskipTests install
with:
ff-maven: "3.8.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds
steps:
name: Install
run: mvn -DskipTests install

deploy:
name: Deploy
Expand Down

0 comments on commit 4c0d8af

Please sign in to comment.