diff --git a/.github/workflows/test-package-wordpress-stylelint-config-54e.latest.yml b/.github/workflows/test-package-wordpress-stylelint-config-54e.latest.yml index f87a33b..5b279a8 100644 --- a/.github/workflows/test-package-wordpress-stylelint-config-54e.latest.yml +++ b/.github/workflows/test-package-wordpress-stylelint-config-54e.latest.yml @@ -25,4 +25,5 @@ jobs: package: '@wordpress/stylelint-config' stylelint-version: stylelint@latest working-directory-is-workspace: true + build-command: exit 0 test-command: npm run test:unit -- --testPathPattern packages/stylelint-config diff --git a/.github/workflows/test-package-wordpress-stylelint-config-54e.next.yml b/.github/workflows/test-package-wordpress-stylelint-config-54e.next.yml index 0a45778..b53efec 100644 --- a/.github/workflows/test-package-wordpress-stylelint-config-54e.next.yml +++ b/.github/workflows/test-package-wordpress-stylelint-config-54e.next.yml @@ -24,4 +24,5 @@ jobs: package: '@wordpress/stylelint-config' stylelint-version: stylelint/stylelint working-directory-is-workspace: true + build-command: exit 0 test-command: npm run test:unit -- --testPathPattern packages/stylelint-config diff --git a/data/ecosystem.yml b/data/ecosystem.yml index cfeb36c..fca34f7 100644 --- a/data/ecosystem.yml +++ b/data/ecosystem.yml @@ -15,6 +15,7 @@ packages: '@wordpress/stylelint-config', { working-directory-is-workspace: true, + build-command: 'exit 0', test-command: 'npm run test:unit -- --testPathPattern packages/stylelint-config', }, ]