Skip to content

Commit 0aa542b

Browse files
authored
Merge pull request #5350 from kenjis/fix-scripts/deploy-framework
chore: fix deploy-framework script to copy `tests` directory
2 parents 93f6ff9 + 88c4968 commit 0aa542b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)