Skip to content

change param to the ssvm sandbox to compile #82

change param to the ssvm sandbox to compile

change param to the ssvm sandbox to compile #82

Workflow file for this run

name: Test and build
on:
pull_request:
push:
jobs:
build:
name: Test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Test
run: mvn test