Skip to content

Use hasImpactOnNetwork from powsybl-core, 'fix' tests #1864

Use hasImpactOnNetwork from powsybl-core, 'fix' tests

Use hasImpactOnNetwork from powsybl-core, 'fix' tests #1864

name: Functional Tests
on: [push]
jobs:
cucumber_tests:
name: Run Cucumber tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- name: Checkout sources
uses: actions/checkout@v1
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Install OpenRAO with Maven
run: mvn --batch-mode install -DskipTests=true
- name: Run cucumber tests with Maven
run: mvn test -pl tests