Skip to content

Bump dep.aws-sdk.version from 1.12.561 to 1.12.566 #618

Bump dep.aws-sdk.version from 1.12.561 to 1.12.566

Bump dep.aws-sdk.version from 1.12.561 to 1.12.566 #618

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
maven-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
cache: 'maven'
- name: Configure Problem Matchers
run: |
echo "::add-matcher::.github/problem-matcher.json"
echo "::remove-matcher owner=java::"
- name: Maven Checks
run: |
./mvnw -B clean install
- name: Upload test report
uses: actions/upload-artifact@v3
if: always()
with:
name: test report ${{ github.job }}
path: |
**/surefire-reports/TEST-*.xml
retention-days: 5