-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #318 from rtCamp/develop
Develop to Master merge for v2.2.4 [Production]
- Loading branch information
Showing
14 changed files
with
259 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ function start_services() { | |
# Create, setup and populate learn.rtcamp.com base site with data | ||
function create_and_configure_site () { | ||
|
||
ee site create $SITE_NAME --wp --php74 | ||
ee site create $SITE_NAME --wp --php74 | ||
cd $SITE_ROOT/wp-content/plugins/ | ||
rm -rf nginx-helper | ||
ls | ||
|
@@ -36,7 +36,6 @@ function create_and_configure_site () { | |
ls | ||
wp plugin activate nginx-helper --allow-root | ||
wp user create automation [email protected] --role=administrator --user_pass=automation --allow-root | ||
wp theme activate twentytwentyone --allow-root | ||
} | ||
|
||
|
||
|
@@ -55,7 +54,7 @@ function build_package(){ | |
} | ||
|
||
function install_playwright(){ | ||
cd $GITHUB_WORKSPACE/tests/e2e-playwright | ||
cd $GITHUB_WORKSPACE/tests/e2e-playwright | ||
npx playwright install | ||
} | ||
|
||
|
@@ -96,4 +95,4 @@ function main() { | |
run_playwright_tests | ||
} | ||
|
||
main | ||
main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.