Skip to content

Allokér mindre cpu #98

Allokér mindre cpu

Allokér mindre cpu #98

Workflow file for this run

name: Test
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Run maven tests
run: mvn -B verify