Skip to content

Commit f73e7a9

Browse files
committed
Scope WPCS exception to blocking
1 parent 30e8650 commit f73e7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-transformer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
WORDPRESS_TEST_DB: wordpress_site_plan_test
108108
run: |
109109
git clone --depth=1 --branch 6.7.4 https://github.com/WordPress/wordpress-develop.git "$WORDPRESS_DEVELOP_DIR"
110-
composer config --working-dir="$WORDPRESS_DEVELOP_DIR" --json policy.advisories.ignore-id '{"PKSA-mh9b-91zm-m1gy":{"on-block":false,"reason":"Pinned WordPress 6.7.4 test runtime; WPCS is not loaded by the integration test."}}'
110+
composer config --working-dir="$WORDPRESS_DEVELOP_DIR" --json policy.advisories.ignore-id '{"PKSA-mh9b-91zm-m1gy":{"on-audit":false,"reason":"Pinned WordPress 6.7.4 test runtime; WPCS is not loaded by the integration test."}}'
111111
composer install --working-dir="$WORDPRESS_DEVELOP_DIR" --no-interaction --prefer-dist --no-progress
112112
for attempt in $(seq 1 30); do
113113
if mysql --host=127.0.0.1 --port=3306 --user=root --execute='SELECT 1'; then break; fi

0 commit comments

Comments
 (0)