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 1b0c55b commit f27ed1fCopy full SHA for f27ed1f
.github/workflows/browser-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
27
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
28
regression-content-setup2:
29
- name: "PHP 7.4/MySQL/Multirepository"
+ name: "PHP 7.4/MySQL"
30
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
31
with:
32
project-edition: "content"
@@ -35,7 +35,6 @@ jobs:
35
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
36
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
37
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
38
- multirepository: true
39
timeout: 90
40
secrets:
41
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
0 commit comments