File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11name : Browser tests
22on :
3- workflow_dispatch : ~
3+ workflow_dispatch :
4+ inputs :
5+ send-success-notification :
6+ description : ' Send a notification when the tests pass'
7+ required : false
8+ type : boolean
9+ default : true
410 push :
511 branches :
612 - master
1824 test-setup-phase-1 : " --profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
1925 test-setup-phase-2 : " --profile=regression --suite=setup-content --tags=@part2 --mode=standard"
2026 setup : " doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
27+ send-success-notification : ${{ github.event.inputs.send-success-notification != 'false' }}
2128 multirepository : true
2229 timeout : 90
2330 php-image : " ezsystems/php:7.4-v2-node14"
3643 test-setup-phase-1 : " --profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
3744 test-setup-phase-2 : " --profile=regression --suite=setup-content --tags=@part2 --mode=standard"
3845 setup : " doc/docker/base-dev.yml:doc/docker/selenium.yml"
46+ send-success-notification : ${{ github.event.inputs.send-success-notification != 'false' }}
3947 use-compatibility-layer : true
4048 timeout : 90
4149 php-image : " ezsystems/php:8.1-v2-node16"
You can’t perform that action at this time.
0 commit comments