diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index a25e3b2..0011d1a 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -80,6 +80,11 @@ jobs: # TODO: run other test classes mvn test -Ds3proxy.test.conf=s3proxy-transient-nio2.conf -Dtest=AwsSdkTest + - name: Maven Test with filesystem-nio2 + run: | + # TODO: run other test classes + mvn test -Ds3proxy.test.conf=s3proxy-filesystem-nio2.conf -Dtest=AwsSdkTest + - name: Install Azurite run: npx --yes --loglevel info azurite --version - name: Start Azurite