Skip to content

resources: decomission the resources server module in favor of a stat… #35

resources: decomission the resources server module in favor of a stat…

resources: decomission the resources server module in favor of a stat… #35

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 20
cache: maven
- name: Run tests
run: mvn test --no-transfer-progress