fix clean up

This commit is contained in:
Aya Hassan
2026-04-22 23:23:03 +02:00
parent ba89a4eba6
commit 3237d760c3
+6
View File
@@ -255,6 +255,12 @@ jobs:
keep_reports: 5
report_url: https://logos-messaging.github.io/logos-delivery-interop-tests/${{ env.CALLER }}
- name: Fix permissions (CRITICAL)
if: always()
run: |
echo "Fixing permissions..."
sudo chown -R $USER:$USER allure-history || true
- name: Clean allure-history
if: always()
run: |