Skip to content

chore(deps): bump io.smallrye:jandex-maven-plugin from 3.1.7 to 3.2.0 #292

chore(deps): bump io.smallrye:jandex-maven-plugin from 3.1.7 to 3.2.0

chore(deps): bump io.smallrye:jandex-maven-plugin from 3.1.7 to 3.2.0 #292

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
MVN: mvn --show-version --batch-mode
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: run compile
run: $MVN clean compile
- name: run test
run: $MVN test