Skip to content

AWS: Properly handle requests to list the file system #1164

AWS: Properly handle requests to list the file system

AWS: Properly handle requests to list the file system #1164

Workflow file for this run

name: Java CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Test with Maven
run: mvn --batch-mode --update-snapshots test
working-directory: deploy/aws/java11Exec