Skip to content

Commit d9569d3

Browse files
committed
Add filesystem-nio2 to CI
1 parent 05346ae commit d9569d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
# TODO: run other test classes
8181
mvn test -Ds3proxy.test.conf=s3proxy-transient-nio2.conf -Dtest=AwsSdkTest
8282
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+
8388
- name: Install Azurite
8489
run: npx --yes --loglevel info azurite --version
8590
- name: Start Azurite

0 commit comments

Comments
 (0)