Skip to content

Commit

Permalink
Fix pom.xml path.
Browse files Browse the repository at this point in the history
Signed-off-by: mmazas <mmazas@ITEM-S104678.emea.msad.sopra>
  • Loading branch information
mmazas authored and mmazas committed Jul 20, 2024
1 parent f88b1ab commit 9b62b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

# - name: Build package on javacc-8-core
# run: mvn -B -e package
# run: mvn -B -e package --file javacc-8-core/pom.xml

- name: Run install on javacc-8-core
run: mvn -B -e install
run: mvn -B -e install --file javacc-8-core/pom.xml

0 comments on commit 9b62b8b

Please sign in to comment.