File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1919 test-setup-phase-2 : ' --profile=setup --suite=content-translation --mode=standard'
2020 secrets :
2121 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
22+ AUTOMATION_CLIENT_ID : ${{ secrets.AUTOMATION_CLIENT_ID }}
23+ AUTOMATION_CLIENT_SECRET : ${{ secrets.AUTOMATION_CLIENT_SECRET }}
24+ EZROBOT_33 : ${{ secrets.EZROBOT_33 }}
2225 examples :
2326 name : " BehatBundle examples"
2427 uses : ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2831 test-suite : ' --mode=standard --profile=service --suite=examples'
2932 secrets :
3033 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
34+ AUTOMATION_CLIENT_ID : ${{ secrets.AUTOMATION_CLIENT_ID }}
35+ AUTOMATION_CLIENT_SECRET : ${{ secrets.AUTOMATION_CLIENT_SECRET }}
36+ EZROBOT_33 : ${{ secrets.EZROBOT_33 }}
Original file line number Diff line number Diff line change 88
99default :
1010 calls :
11- error_reporting : -1 # Report all PHP errors
11+ error_reporting : 22527 # E_ALL & ~E_DEPRECATED & ~E_STRICT
1212 gherkin :
1313 cache : false
1414 formatters :
You can’t perform that action at this time.
0 commit comments