Skip to content

Commit 987db96

Browse files
author
Alexander Shahorsky
authored
Remove cypress-screenshots upload step from integration tests WF (#4780)
Because toptal/davinci-github-actions/integration-tests does this automatically
1 parent 4fb792c commit 987db96

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/davinci-integration-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ jobs:
126126
- name: Run integration tests
127127
uses: toptal/davinci-github-actions/integration-tests@v16.0.4
128128

129-
- name: Upload screenshots
130-
uses: actions/upload-artifact@v4
131-
if: failure()
132-
with:
133-
name: cypress-screenshots
134-
path: cypress/screenshots
135-
136129
finalize-integration-tests:
137130
name: Finalize Integration Tests
138131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)