Skip to content

Commit 8cc00df

Browse files
Tmp
1 parent aa3f52b commit 8cc00df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
PACKAGE_PATH=$(find ./aem/home/lib/acm -name "*.zip" | head -1)
110110
echo "Deploying ACM Package '$PACKAGE_PATH'"
111111
sh aemw pkg deploy --file "$PACKAGE_PATH"
112-
echo "Restarting AEM instance to apply repoinit scripts"
113-
sh aemw instance restart
112+
#echo "Restarting AEM instance to apply repoinit scripts"
113+
#sh aemw instance restart
114114
echo "Deployed ACM Package '$PACKAGE_PATH'"
115115
116116
- name: Run Playwright Tests

0 commit comments

Comments
 (0)