Skip to content

chore(deps): bump quarkus.platform.version from 3.4.1 to 3.4.2 #39

chore(deps): bump quarkus.platform.version from 3.4.1 to 3.4.2

chore(deps): bump quarkus.platform.version from 3.4.1 to 3.4.2 #39

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@v3
with:
java-version: '21-ea'
distribution: 'temurin'
cache: 'maven'
- name: run compile
run: $MVN clean compile
- name: run test
run: $MVN test