Skip to content

Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 (#1216) #22

Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 (#1216)

Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 (#1216) #22

Workflow file for this run

name: GraalVM Native Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
native-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: graalvm
cache: 'maven'
- name: Run the Maven verify phase
run: ./scripts/run-native-tests.sh