mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-08-24 23:21:25 +00:00
fix clean up
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user