keycloak-regex-mapper/.forgejo/workflows/build.yml
Ryan Voots 7ea08f45aa
Some checks failed
build / build (push) Failing after 1m5s
Change runs-on
2025-05-04 11:12:26 -04:00

21 lines
405 B
YAML

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: docker
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