IBX-7935: Handled User-related structs in FieldCollectionType
dispatcher
#227
Workflow file for this run
This file contains 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: | |
content-forms: | |
name: "Content Forms browser tests" | |
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main | |
with: | |
project-edition: 'oss' | |
test-suite: '--mode=standard --profile=content-forms --tags=~@broken --non-strict' | |
test-setup-phase-1: '--mode=standard --profile=setup-content-forms' | |
secrets: | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |