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 92ac40e commit 7a77df4Copy full SHA for 7a77df4
.github/workflows/browser-tests.yaml
@@ -17,14 +17,12 @@ jobs:
17
test-suite: '--profile=browser --suite=admin-ui-full'
18
test-setup-phase-1: '--profile=setup --suite=personas --mode=standard'
19
test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard'
20
- secrets:
21
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
+ secrets: inherit
22
examples:
23
name: "BehatBundle examples"
24
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
25
with:
26
project-edition: 'oss'
27
project-version: '^3.3.x-dev'
28
test-suite: '--mode=standard --profile=service --suite=examples'
29
30
0 commit comments