diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index 90d3d8a..9e4aa27 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -226,6 +226,7 @@ jobs: --source openvidu-appdata-recordings \ --pattern "openvidu-meet/*" \ --delete-snapshots include || echo "No files found to delete or container doesn't exist" + echo "Existing blobs deleted from Azure Blob Storage container." elif [[ "${{ matrix.storage-provider }}" == "gcs" ]]; then echo "Installing Google Cloud CLI..."