Skip to content

Commit

Permalink
config maven for correct powsybl-core sources
Browse files Browse the repository at this point in the history
Signed-off-by: lisrte <[email protected]>
  • Loading branch information
Lisrte authored and flo-dup committed Nov 23, 2023
1 parent aac0ec7 commit 7424863
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout powsybl-core linked sources
uses: actions/checkout@v1
with:
repository: powsybl/powsybl-core
ref: refs/heads/dynamic_simulation_reporter

- name: Checkout sources
uses: actions/checkout@v1

Expand All @@ -25,6 +31,9 @@ jobs:
with:
java-version: 17

- name: Build and install powsybl-core with Maven
run: mvn --batch-mode -DskipTests=true --file ../powsybl-core/pom.xml install

- name: Build with Maven
if: matrix.os == 'ubuntu-latest'
run: mvn --batch-mode -Pintegration-tests,jacoco install
Expand Down

0 comments on commit 7424863

Please sign in to comment.