Skip to content

Commit

Permalink
[Build] Adapt Github workflows to parallel build
Browse files Browse the repository at this point in the history
Part of #120
  • Loading branch information
HannesWell committed Nov 19, 2024
1 parent 8a93a9a commit 9e278cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
maven-version: 3.9.2
- name: Build with Maven
run: mvn clean verify -Pepp.package.${{ matrix.package }}
run: mvn clean verify -B -ntp -Pepp.p2.${{ matrix.package }} -Pepp.product.${{ matrix.package }} -Pepp.p2.common
- name: Upload bundle information
uses: actions/upload-artifact@v3
if: success() || failure()
Expand Down

0 comments on commit 9e278cf

Please sign in to comment.