Skip to content

chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2 #145

chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2

chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2 #145

Workflow file for this run

name: CI
on: [ pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java environment
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }}
gpg-passphrase: MAVEN_CENTRAL_GPG_PASSPHRASE
- name: Build
run: mvn verify -PcheckFormat -B