Skip to content

Commit

Permalink
Run s3-tests against Azurite in CI
Browse files Browse the repository at this point in the history
Fixes #700.
  • Loading branch information
gaul committed Dec 19, 2024
1 parent 53976f6 commit b6f6a98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
- name: Run s3-tests with transient-nio2
run: |
./src/test/resources/run-s3-tests.sh s3proxy-transient-nio2.conf
- name: Run s3-tests with Azurite
run: |
./src/test/resources/run-s3-tests.sh s3proxy-azurite.conf
#Store the target
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b6f6a98

Please sign in to comment.