Skip to content

Commit a9aead4

Browse files
committed
refine
1 parent b694fa6 commit a9aead4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
done
7474
echo "WordPress is ready!"
7575
echo "Testing admin access..."
76-
curl -I http://${WP_DOMAIN}/wp-admin/ || echo "Admin not yet accessible"
76+
curl -L -I http://${WP_DOMAIN}/wp-admin/ || echo "Admin not yet accessible"
7777
7878
- name: Set up WordPress
7979
run: |
8080
echo "Setting up WordPress..."
81-
bin/setup-wordpress.sh
81+
bin/setup-wordpress-ci.sh
8282
8383
echo "Activating Font Awesome plugin..."
8484
docker compose -f docker-compose-ci.yml run --rm wp-cli plugin activate font-awesome

0 commit comments

Comments
 (0)