IBX-6554: Added SafeContentController to handle secure content rendering with fallback support #2843
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |