We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8f5c4 commit fe21aebCopy full SHA for fe21aeb
.github/workflows/browser-tests.yaml
@@ -19,6 +19,8 @@ jobs:
19
test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard'
20
secrets:
21
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 }}
25
examples:
26
name: "BehatBundle examples"
@@ -29,4 +31,6 @@ jobs:
29
31
test-suite: '--mode=standard --profile=service --suite=examples'
30
32
33
34
35
36
0 commit comments