From d9569d3e312e6de31cc1624c66aedd31514db8ec Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 1 Dec 2024 23:57:20 -0800 Subject: [PATCH] Add filesystem-nio2 to CI --- .github/workflows/ci-main.yml | 5 +++++ 1 file changed, 5 insertions(+) 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