We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29a454 commit 723047dCopy full SHA for 723047d
.github/workflows/test.yml
@@ -221,15 +221,9 @@ jobs:
221
- *setup-node
222
- *install-dependencies
223
- *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
230
- name: Upload screenshots
231
if: always()
232
uses: actions/upload-artifact@v4
233
with:
234
name: screenshots
235
- path: ${{ github.workspace }}/test-artifacts/screenshots
+ path: ${{ github.workspace }}/**/screenshots
0 commit comments