Skip to content

Commit d5f78c3

Browse files
committed
Update accessibility.yml
1 parent cdbca4c commit d5f78c3

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/accessibility.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
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

0 commit comments

Comments
 (0)