Skip to content

link til bilde endret til github #4

link til bilde endret til github

link til bilde endret til github #4

Workflow file for this run

name: Check DAT100 Java Innlevering 3 using CI with Maven
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots compile
- name: Test with Maven
run: mvn --batch-mode --update-snapshots test