Skip to content

Commit 3510585

Browse files
Add some action config settings
1 parent 770f921 commit 3510585

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/_files/config/valid.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"actions": [
1313
{
1414
"action": "phpunit --configuration=build/phpunit-hook.xml",
15-
"options": []
15+
"config": {
16+
"label": "PHPUnit",
17+
"allow-failure": true
18+
},
19+
"options": {}
1620
}
1721
]
1822
},

0 commit comments

Comments
 (0)