Skip to content

Commit

Permalink
Merge testcafe artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Jan 16, 2025
1 parent d0824f5 commit 91d352b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,18 +224,34 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: compared-screenshots
name: compared-screenshots-${{ matrix.ARGS.name }}
path: ${{ github.workspace }}/e2e/testcafe-devextreme/artifacts/compared-screenshots/**/*
if-no-files-found: ignore

- name: Copy failed test artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: failed-tests
name: failed-tests-${{ matrix.ARGS.name }}
path: ${{ github.workspace }}/e2e/testcafe-devextreme/artifacts/failedtests/**/*
if-no-files-found: ignore

merge:
runs-on: devextreme-shr2
needs: testcafe
steps:
- name: Merge screenshot artifacts
uses: actions/upload-artifact/merge@v4
with:
name: compared-screenshots
pattern: compared-screenshots-*

- name: Merge failed test artifacts
uses: actions/upload-artifact/merge@v4
with:
name: failed-tests
pattern: failed-tests-*

notify:
runs-on: devextreme-shr2
name: Send notifications
Expand Down

0 comments on commit 91d352b

Please sign in to comment.