Skip to content

Commit

Permalink
Separate uploaded cypress artifacts for actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 committed Nov 19, 2024
1 parent 6917d77 commit 4b6559a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots-${{ matrix.os }}
name: cypress-screenshots-${{ matrix.os }}-${{ matrix.testgroups }}
path: OpenSearch-Dashboards/plugins/dashboards-observability/.cypress/screenshots

- name: Capture test video
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos-${{ matrix.os }}
name: cypress-videos-${{ matrix.os }}-${{ matrix.testgroups }}
path: OpenSearch-Dashboards/plugins/dashboards-observability/.cypress/videos

0 comments on commit 4b6559a

Please sign in to comment.