You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
I'm attempting to set this up using a Bitbucket pipeline and it looks like travis.script.sh fires up but PHPCS never scans any files, like the .diff file is not being read properly inside of check-diff.sh. travis.install.sh runs without any issues but when I hit travis.script.sh in the execution the tests always return the following:
source$DEV_LIB_PATH/travis.script.sh
## Checking files, scope patches:
Skipping codeception since not configured
I've tried both install methods (submodule/non) and both return the same results. I've also tried setting the CHECK_SCOPE environment variable to changed-files but same result.
Maybe I'm overlooking something obvious, or maybe wp-dev-lib doesn't work properly with Bitbucket pipelines?
The text was updated successfully, but these errors were encountered:
I'm attempting to set this up using a Bitbucket pipeline and it looks like
travis.script.sh
fires up but PHPCS never scans any files, like the .diff file is not being read properly inside ofcheck-diff.sh
.travis.install.sh
runs without any issues but when I hittravis.script.sh
in the execution the tests always return the following:I've tried both install methods (submodule/non) and both return the same results. I've also tried setting the
CHECK_SCOPE
environment variable tochanged-files
but same result.Maybe I'm overlooking something obvious, or maybe
wp-dev-lib
doesn't work properly with Bitbucket pipelines?The text was updated successfully, but these errors were encountered: