From f5250f9597e7cd133d84f60b9d8e0ceacfe8f2c9 Mon Sep 17 00:00:00 2001 From: Florian Dupuy Date: Thu, 23 Nov 2023 10:30:59 +0100 Subject: [PATCH] Clean CI following alpha release Signed-off-by: Florian Dupuy --- .github/workflows/maven.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e27a05402..909d4fa1b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 @@ -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