We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93f6ff9 + 88c4968 commit 0aa542bCopy full SHA for 0aa542b
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