We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4db7b2 commit 88c4968Copy full SHA for 88c4968
1 file changed
.github/scripts/deploy-framework
@@ -28,6 +28,8 @@ done
28
29
# Copy repo-specific files
30
cp -Rf ${SOURCE}/admin/framework/. ./
31
+# Copy tests files
32
+cp -Rf ${SOURCE}/admin/starter/tests/. ./tests/
33
34
# Commit the changes
35
git add .
0 commit comments