Skip to content

Commit 88c4968

Browse files
committed
chore: fix script to copy tests directory
1 parent d4db7b2 commit 88c4968

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/deploy-framework

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ done
2828

2929
# Copy repo-specific files
3030
cp -Rf ${SOURCE}/admin/framework/. ./
31+
# Copy tests files
32+
cp -Rf ${SOURCE}/admin/starter/tests/. ./tests/
3133

3234
# Commit the changes
3335
git add .

0 commit comments

Comments
 (0)