Legger til mulighet for innrapportering av inntekt for ungdomsytelsen… #402
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bygg | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- '**.md' | |
- '**.MD' | |
- '.gitignore' | |
- 'LICENCE' | |
- 'CODEOWNERS' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: 'temurin' | |
java-version: '17' | |
cache: 'maven' | |
- name: Build & Deploy | |
run: | | |
mvn install -e --batch-mode --settings .github/settings.xml --file pom.xml -DtrimStackTrace=false | |
env: | |
GITHUB_TOKEN: ${{ secrets.READER_TOKEN }} | |