Skip to content

Commit

Permalink
Upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Sep 27, 2023
1 parent 581cc9e commit 6f02f4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/egress-composite-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ jobs:

- name: Run Playwright tests
run: yarn workspace @stream-io/egress-composite test:e2e

- name: Upload test results
uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: sample-apps/react/egress-composite/test-results/
retention-days: 5

0 comments on commit 6f02f4c

Please sign in to comment.