Skip to content

Fix TestingBot credential resolution and Test Connection #126

Fix TestingBot credential resolution and Test Connection

Fix TestingBot credential resolution and Test Connection #126

Workflow file for this run

name: ci
on:
push:
pull_request:
permissions:
contents: read
jobs:
build:
strategy:
fail-fast: false
matrix:
jdk: [17, 21]
runs-on: ubuntu-latest
name: build (JDK ${{ matrix.jdk }})
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
with:
distribution: temurin
java-version: ${{ matrix.jdk }}
cache: maven
- name: Build and test
run: mvn -B -ntp verify