Skip to content

Commit

Permalink
Clean CI following alpha release
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup committed Nov 23, 2023
1 parent 94fd65d commit f8fcf10
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ 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 @@ -31,9 +25,6 @@ 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 f8fcf10

Please sign in to comment.