|
@@ -264,11 +264,10 @@ jobs:
|
|
|
|
|
|
|
|
- name: Upload test results
|
|
- name: Upload test results
|
|
|
uses: actions/upload-artifact@v4
|
|
uses: actions/upload-artifact@v4
|
|
|
- working-directory: ./apps/app
|
|
|
|
|
if: always()
|
|
if: always()
|
|
|
with:
|
|
with:
|
|
|
name: blob-report-${{ matrix.browser }}-${{ matrix.shard }}
|
|
name: blob-report-${{ matrix.browser }}-${{ matrix.shard }}
|
|
|
- path: ./blob-report
|
|
|
|
|
|
|
+ path: ./apps/app/blob-report
|
|
|
retention-days: 30
|
|
retention-days: 30
|
|
|
|
|
|
|
|
- name: Slack Notification
|
|
- name: Slack Notification
|