Skip to content

Remove test-native execution from pom.xml #2

Remove test-native execution from pom.xml

Remove test-native execution from pom.xml #2

Workflow file for this run

name: GraalVM build
on: [push, pull_request]
jobs:
build:
runs-on: BYOPL24
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21' # See 'Options' for more details
distribution: 'graalvm' # See 'Supported distributions' for available options
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: ./mvnw test
- name: Build native image
run: ./mvnw package -Pnative