Skip to content

Commit

Permalink
Added javacc-8 only install.
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 9b62b8b commit b701d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

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

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

0 comments on commit b701d12

Please sign in to comment.