diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index a66f7a9f..afc7fced 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -54,14 +54,20 @@ jobs: working-directory: tests/UI/ run: npx playwright test + - name: Export Docker errors + working-directory: tests/UI/ + if: always() + run: docker-compose logs --no-color >& docker-compose.log + - name: Upload artifact uses: actions/upload-artifact@v4 if: always() with: name: playwright-report - path: + path: | tests/UI/reports/ tests/UI/report.json + tests/UI/docker-compose.log retention-days: 30 # Nightly : Rename file