Upgrade to Azurite 3.35

Release notes: https://github.com/Azure/Azurite/releases/tag/v3.35.0

References #867.
pull/867/head
Andrew Gaul 2025-09-08 14:15:53 -07:00
rodzic 011f9e1f6a
commit 1f5d733712
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -87,10 +87,10 @@ jobs:
mvn test -Ds3proxy.test.conf=s3proxy-filesystem-nio2.conf -Dtest=AwsSdkTest
- name: Install Azurite
run: npx --yes --loglevel info azurite@3.34 --version
run: npx --yes --loglevel info azurite@3.35 --version
- name: Start Azurite
shell: bash
run: npx --yes azurite@3.34 azurite-blob &
run: npx --yes azurite@3.35 azurite-blob &
- name: Maven Test with Azurite
run: |
# TODO: run other test classes