Skip to content

Commit 79bf04c

Browse files
committed
chore: temporary WordPress test library setup for CI
1 parent df0fbd2 commit 79bf04c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ jobs:
9999

100100
# Step 2: Set up the WordPress test environment using a dedicated Action.
101101
# This action downloads WordPress, the unit test library, and sets up a test database.
102-
- name: Setup WordPress test environment
103-
uses: wordpress/wordpress-test-action@v1
102+
# - name: Setup WordPress test environment
103+
# uses: wordpress/wordpress-test-action@v1
104+
- name: Set up WordPress and Test Library
105+
uses: sjinks/setup-wordpress-test-library@v2.1.4
104106
with:
105107
wordpress-version: ${{ matrix.wordpress-version }}
106108
php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)