Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 #2150

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 #2150

Workflow file for this run

name: PR Validation
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Test
run: |
export AWS_REGION=us-west-1
mvn -B install