Skip to content

Added sorting options to ibexa:debug:config #3414

Added sorting options to ibexa:debug:config

Added sorting options to ibexa:debug:config #3414

name: Browser tests
on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request: ~
jobs:
core-behat:
name: "Kernel Behat Core tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
test-setup-phase-1: '--mode=standard --profile=core --suite=setup'
test-suite: "--mode=standard --profile=core --tags='~@broken&&~@setup'"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Check failure on line 19 in .github/workflows/browser-tests.yaml

View workflow run for this annotation

GitHub Actions / Browser tests

Invalid workflow file

The workflow is not valid. .github/workflows/browser-tests.yaml (Line: 19, Col: 32): Invalid secret, SLACK_WEBHOOK_URL is not defined in the referenced workflow. .github/workflows/browser-tests.yaml (Line: 20, Col: 35): Invalid secret, AUTOMATION_CLIENT_ID is not defined in the referenced workflow.
AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }}
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}