File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 - name : Install Node dependencies
5050 run : npm ci
51- <<<<<<< Updated upstream
52-
53- - name : Install pa11y-ci
54- run : npm install -g pa11y-ci
55- =======
56- >>>>>>> Stashed changes
5751
5852 - name : Setup PHP
5953 uses : shivammathur/setup-php@v2
@@ -62,27 +56,16 @@ jobs:
6256 tools : composer, wp-cli
6357
6458 - name : Install Composer dependencies
65- <<<<<<< Updated upstream
66- run : composer install --prefer-dist --no-progress --no-dev
67-
68- - name : Build theme
69- run : npm run build --if-present
70- =======
7159 run : composer install --prefer-dist --no-progress --no-interaction
7260
7361 - name : Build theme
7462 run : npm run build
75- >>>>>>> Stashed changes
7663
7764 - name : Set up WordPress
7865 run : |
7966 mkdir -p wp
8067 wp core download --path=wp
8168 wp config create --path=wp --dbname=${{ env.DB_NAME }} --dbuser=${{ env.DB_USER }} --dbpass=${{ env.DB_PASSWORD }} --dbhost=${{ env.DB_HOST }} --force
82- <<<<<<< Updated upstream
83- # Database is already created by the MySQL service container (MYSQL_DATABASE).
84- =======
85- >>>>>>> Stashed changes
8669 wp db check --path=wp
8770 wp core install --path=wp --url=http://localhost:8080 --title="Aegis Test" --admin_user=${{ env.WP_ADMIN_USER }} --admin_password=${{ env.WP_ADMIN_PASSWORD }} --admin_email=${{ env.WP_ADMIN_EMAIL }} --skip-email
8871 ln -sfn "$GITHUB_WORKSPACE" wp/wp-content/themes/aegis
You can’t perform that action at this time.
0 commit comments