Skip to content

Siden vi kun får informasjon om at det er fattet et nytt vedtak om ko… #169

Siden vi kun får informasjon om at det er fattet et nytt vedtak om ko…

Siden vi kun får informasjon om at det er fattet et nytt vedtak om ko… #169

Workflow file for this run

name: Build
on: [pull_request, workflow_dispatch]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Bygg med Maven
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B --no-transfer-progress package --settings .m2/maven-settings.xml --file pom.xml