Skip to content

Commit

Permalink
PBM-1384 debug azurite
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak committed Sep 5, 2024
1 parent 7d1fa79 commit b762f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/PBM-FULL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
run: |
docker compose run --rm test pytest -s --junitxml=junit.xml -k ${{ matrix.test }}
working-directory: ./pbm-functional/pytest
- name: Print Azurite logs
run: |
docker logs azurite
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure()
Expand Down
2 changes: 1 addition & 1 deletion pbm-functional/pytest/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- "10000:10000"
networks:
- test
command: azurite-blob --blobHost 0.0.0.0
command: azurite-blob --blobHost 0.0.0.0 -d /dev/stdout

minio:
image: minio/minio
Expand Down

0 comments on commit b762f7f

Please sign in to comment.