mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12465] Connect teams channel with github CI in cron multibrowser workflow for easier raporting (#5344)
* [ACS-12465] added teams raport * [ACS-12465] raport fix 1 * [ACS-12465] raport name update * [ACS-12465] sonar fix + small changes to formatting due to size limit * [ACS-12465] review fixes 2 * [ACS-12465] added warning for >2% failure rate and new column for only excluded * [ACS-12465] changed column naming
This commit is contained in:
@@ -198,6 +198,17 @@ jobs:
|
||||
suite-attempts: '2'
|
||||
env:
|
||||
PLAYWRIGHT_BROWSER: ${{ matrix.browser }}
|
||||
E2E_BLOB_REPORT: 'true'
|
||||
PLAYWRIGHT_BLOB_DIR: ${{ github.workspace }}/blob-report
|
||||
|
||||
- name: Upload blob report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: blob-${{ matrix.browser }}-${{ matrix.e2e-suites.name }}
|
||||
path: ${{ github.workspace }}/blob-report
|
||||
if-no-files-found: ignore
|
||||
retention-days: 3
|
||||
|
||||
- name: Debug Ingress Controller Logs
|
||||
if: always() && steps.deploy-local-acs.outcome == 'success'
|
||||
|
||||
Reference in New Issue
Block a user