Add filesystem-nio2 to CI

pull/628/merge
Andrew Gaul 2024-12-01 23:57:20 -08:00
rodzic 05346aee31
commit d9569d3e31
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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