Skip to content

Commit 82e113c

Browse files
committed
Update test.yml
1 parent 77b268d commit 82e113c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
- uses: actions/download-artifact@v5
4545
with:
4646
name: build-${{ matrix.react }}
47+
path: packages
4748
- name: Display structure of downloaded files
48-
run: ls -R
49+
run: ls -R packages
4950

5051
- name: Cypress run
5152
uses: cypress-io/github-action@v6

0 commit comments

Comments
 (0)