We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05346ae commit d9569d3Copy full SHA for d9569d3
.github/workflows/ci-main.yml
@@ -80,6 +80,11 @@ jobs:
80
# TODO: run other test classes
81
mvn test -Ds3proxy.test.conf=s3proxy-transient-nio2.conf -Dtest=AwsSdkTest
82
83
+ - name: Maven Test with filesystem-nio2
84
+ run: |
85
+ # TODO: run other test classes
86
+ mvn test -Ds3proxy.test.conf=s3proxy-filesystem-nio2.conf -Dtest=AwsSdkTest
87
+
88
- name: Install Azurite
89
run: npx --yes --loglevel info azurite --version
90
- name: Start Azurite
0 commit comments