Skip to content

Bump actions/deploy-pages from 4 to 5 #70

Bump actions/deploy-pages from 4 to 5

Bump actions/deploy-pages from 4 to 5 #70

Workflow file for this run

name: Testing
on:
pull_request:
branches: [ "master" ]
permissions:
contents: read
pages: write
id-token: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
cache: maven
- name: Test with Maven
run: mvn clean test --file pom.xml