Skip to content

Commit 541d687

Browse files
authored
Update test.yml
1 parent dbf0d4d commit 541d687

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,12 @@ jobs:
221221
- *setup-node
222222
- *install-dependencies
223223
- *run-ui-tests
224-
- name: Move screenshots to artifact folder
225-
if: always()
224+
- name: Print github.workspace and list screenshot folders
226225
run: |
227-
mkdir -p .vscode-test/test-resources/screenshots
228-
if [ -d "$TMPDIR/screenshots" ]; then
229-
cp -R "$TMPDIR/screenshots/." .vscode-test/test-resources/screenshots/
230-
fi
226+
echo "github.workspace: ${{ github.workspace }}"
227+
echo "Listing all screenshots folders:"
228+
find ${{ github.workspace }} -type d -name screenshots || true
229+
shell: bash
231230
- name: Upload Screenshots
232231
uses: actions/upload-artifact@v4
233232
if: always()

0 commit comments

Comments
 (0)