File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,18 @@ jobs:
2222 test-command : composer test:func
2323 download-binaries : true
2424
25- acceptance :
25+ acceptance-slow :
2626 name : Acceptance Testing
2727 uses : ./.github/workflows/run-test-suite.yml
2828 with :
2929 fail-fast : false
30- test-command : composer test:accept
30+ test-command : composer test:accept-slow
31+ download-binaries : true
32+
33+ acceptance-fast :
34+ name : Acceptance Testing
35+ uses : ./.github/workflows/run-test-suite.yml
36+ with :
37+ fail-fast : false
38+ test-command : composer test:accept-fast
3139 download-binaries : true
Original file line number Diff line number Diff line change 102102 "test:unit" : " tests/runner.php vendor/bin/phpunit --testsuite=Unit --color=always --testdox" ,
103103 "test:func" : " tests/runner.php vendor/bin/phpunit --testsuite=Functional --color=always --testdox" ,
104104 "test:arch" : " phpunit --testsuite=Arch --color=always --testdox" ,
105- "test:accept" : " tests/runner.php vendor/bin/phpunit --testsuite=Acceptance --color=always --testdox"
105+ "test:accept" : " tests/runner.php vendor/bin/phpunit --testsuite=Acceptance --color=always --testdox" ,
106+ "test:accept-slow" : " tests/runner.php vendor/bin/phpunit --testsuite=\" Acceptance-Slow\" --color=always --testdox" ,
107+ "test:accept-fast" : " tests/runner.php vendor/bin/phpunit --testsuite=\" Acceptance-Fast\" --color=always --testdox"
106108 },
107109 "config" : {
108110 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments