Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@gmail.com>
  • Loading branch information
geofjamg committed Jan 17, 2023
1 parent 1aff10e commit bb87a92
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 @@ -16,12 +16,6 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

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

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

Expand All @@ -30,9 +24,6 @@ jobs:
with:
java-version: 11

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

- name: Build with Maven
run: mvn --batch-mode -Pjacoco install

Expand Down

0 comments on commit bb87a92

Please sign in to comment.