keycloak-regex-mapper/.forgejo/workflows/build.yml
Ryan Voots 4b60617ce3
Some checks failed
build / build (push) Waiting to run
analyze / analyze (java) (push) Has been cancelled
move to forgejo actions, need to convert things still
2025-05-04 11:08:07 -04:00

21 lines
412 B
YAML

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: set up java
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: build with maven
run: mvn --batch-mode --file pom.xml package