We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0fbd2 commit 79bf04cCopy full SHA for 79bf04c
1 file changed
.github/workflows/ci.yml
@@ -99,8 +99,10 @@ jobs:
99
100
# Step 2: Set up the WordPress test environment using a dedicated Action.
101
# 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
+ # - name: Setup WordPress test environment
+ # uses: wordpress/wordpress-test-action@v1
104
+ - name: Set up WordPress and Test Library
105
+ uses: sjinks/setup-wordpress-test-library@v2.1.4
106
with:
107
wordpress-version: ${{ matrix.wordpress-version }}
108
php-version: ${{ matrix.php-version }}
0 commit comments