We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc00df commit 8fb9ab4Copy full SHA for 8fb9ab4
.github/workflows/test.yml
@@ -109,8 +109,8 @@ jobs:
109
PACKAGE_PATH=$(find ./aem/home/lib/acm -name "*.zip" | head -1)
110
echo "Deploying ACM Package '$PACKAGE_PATH'"
111
sh aemw pkg deploy --file "$PACKAGE_PATH"
112
- #echo "Restarting AEM instance to apply repoinit scripts"
113
- #sh aemw instance restart
+ echo "Restarting AEM instance to apply repoinit scripts"
+ sh aemw instance restart
114
echo "Deployed ACM Package '$PACKAGE_PATH'"
115
116
- name: Run Playwright Tests
0 commit comments