Skip to content

Remove context of push #2

Remove context of push

Remove context of push #2

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn -B clean verify -Pnative -Dquarkus.native.container-build=true