Skip to content

Merge pull request #37 from andrewazores/dependabot/maven/quarkus.pla… #134

Merge pull request #37 from andrewazores/dependabot/maven/quarkus.pla…

Merge pull request #37 from andrewazores/dependabot/maven/quarkus.pla… #134

Workflow file for this run

name: CI build
concurrency:
group: ci-${{ github.run_id }}
cancel-in-progress: true
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- labeled
- unlabeled
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- run: ./mvnw -Pjar verify