Skip to content

Commit

Permalink
run extensive cucumber tests with graalvm
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Mitri <[email protected]>
  • Loading branch information
pet-mit committed Dec 6, 2024
1 parent f68e74e commit e038748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
- name: Checkout sources
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/run_cucumber_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v1
- name: Set up JDK 17
uses: actions/setup-java@v1
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
java-version: 17
java-version: '17.0.12'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install OpenRAO with Maven
run: mvn --batch-mode install -DskipTests=true
- name: Run cucumber tests with Maven
Expand Down

0 comments on commit e038748

Please sign in to comment.