Skip to content

[TMP] CI check

[TMP] CI check #506

Workflow file for this run

name: Browser tests
on:
push:
branches:
- master
- '[0-9]+.[0-9]+'
pull_request: ~
jobs:
admin-ui:
name: "AdminUI"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^3.3.x-dev'
test-suite: '--profile=browser --suite=admin-ui-full'
test-setup-phase-1: '--profile=setup --suite=personas --mode=standard'
test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Check failure on line 21 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: 21, Col: 32): Invalid secret, SLACK_WEBHOOK_URL is not defined in the referenced workflow.