File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 4343 SATIS_NETWORK_TOKEN : ${{ secrets.SATIS_NETWORK_TOKEN }}
4444 TRAVIS_GITHUB_TOKEN : ${{ secrets.TRAVIS_GITHUB_TOKEN }}
4545 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
46+ regression-content-setup3 :
47+ name : " PHP 8.1/MySQL/Multirepository"
48+ uses : ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
49+ with :
50+ project-edition : " content"
51+ project-version : " ^3.3.x-dev"
52+ test-suite : " --profile=regression --suite=content"
53+ test-setup-phase-1 : " --profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
54+ test-setup-phase-2 : " --profile=regression --suite=setup-content --tags=@part2 --mode=standard"
55+ setup : " doc/docker/base-dev.yml:doc/docker/selenium.yml"
56+ multirepository : true
57+ php-image : " ezsystems/php:8.1-v2-node16"
58+ timeout : 90
59+ secrets :
60+ SATIS_NETWORK_KEY : ${{ secrets.SATIS_NETWORK_KEY }}
61+ SATIS_NETWORK_TOKEN : ${{ secrets.SATIS_NETWORK_TOKEN }}
62+ TRAVIS_GITHUB_TOKEN : ${{ secrets.TRAVIS_GITHUB_TOKEN }}
63+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments