Skip to content

Commit 722a6aa

Browse files
committed
chore: fix
1 parent f1059fd commit 722a6aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ui-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
- uses: actions/checkout@v3
8181
with:
8282
lfs: true
83-
- uses: actions/download-artifact@v4
84-
with:
85-
name: Build-${{ matrix.targetPlatform }}
86-
path: sample/Tests
83+
# - uses: actions/download-artifact@v4
84+
# with:
85+
# name: Build-${{ matrix.targetPlatform }}
86+
# path: sample/Tests
8787
- uses: actions/setup-python@v4
8888
with:
8989
python-version: "3.10"

0 commit comments

Comments
 (0)