Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi PHP + Multi Environment + Check all commits #212

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
possible future files
  • Loading branch information
javiercasares committed Mar 17, 2024
commit 8b49cb275d13cc4fddc04bea426b2941748884e3
4 changes: 4 additions & 0 deletions commits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"executed_commits": [],
"pending_commits": []
}
4 changes: 4 additions & 0 deletions commits.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"executed_commits": [],
"pending_commits": ["hash1", "hash2", ..., "hash10"]
}
6 changes: 6 additions & 0 deletions ignore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"commits_ignore": [
"Tests_Filesystem_WpFilesystemDirect_Mkdir::test_should_set_owner",
"Tests_Filesystem_WpFilesystemDirect_Mkdir::test_should_set_group"
]
}
6 changes: 6 additions & 0 deletions ignore.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"commits_ignore": [
"Tests_Filesystem_WpFilesystemDirect_Mkdir::test_should_set_owner",
"Tests_Filesystem_WpFilesystemDirect_Mkdir::test_should_set_group"
]
}