Skip to content

Reproduce

Reproduce #165

Workflow file for this run

name: Maven tests
on:
pull_request_target:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Set up JDK 17
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Run Maven tests
env:
TEST_TOKEN: ${{ secrets.TEST_TOKEN }}
run: mvn test