Skip to content

Commit 723047d

Browse files
authored
Update test.yml
1 parent c29a454 commit 723047d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,9 @@ jobs:
221221
- *setup-node
222222
- *install-dependencies
223223
- *run-ui-tests
224-
- name: Copy screenshots from temp to workspace
225-
if: always()
226-
run: |
227-
mkdir -p ${{ github.workspace }}/test-artifacts/screenshots
228-
cp -r /var/folders/x7/ch5v91h56_zbvbd1y2f600dm0000gn/T/screenshots/* ${{ github.workspace }}/test-artifacts/screenshots/ || true
229-
shell: bash
230224
- name: Upload screenshots
231225
if: always()
232226
uses: actions/upload-artifact@v4
233227
with:
234228
name: screenshots
235-
path: ${{ github.workspace }}/test-artifacts/screenshots
229+
path: ${{ github.workspace }}/**/screenshots

0 commit comments

Comments
 (0)