mystamps icon indicating copy to clipboard operation
mystamps copied to clipboard

CI: don't run integration tests in some cases

Open php-coder opened this issue 8 years ago • 3 comments

Here are some cases when we can safely skip integration tests:

  • when only files from docker or vagrant directories were modified
  • when only *.md or NEWS.txt files were modified
  • when only .gitignore or .editorconfig were modified
  • when only nginx configuration were updated (src/main/config/nginx/*.conf)
  • when only documentation were modified (see #574)

Follow-up to #423

php-coder avatar Jul 21 '17 21:07 php-coder

also terraform-related files (see #1000)

php-coder avatar Jan 12 '20 16:01 php-coder

also when only unit tests files were modified (src/test/*)

php-coder avatar Jan 27 '20 21:01 php-coder

+= .github/

php-coder avatar Apr 13 '20 13:04 php-coder