Skip to content

Commit

Permalink
[CI] Disabled multirepo for a single job (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Dec 7, 2021
1 parent d59939d commit 448009f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-experience-setup2:
name: "PHP 7.4/MySQL/Multirepository"
name: "PHP 7.4/MySQL"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "experience"
Expand All @@ -35,7 +35,6 @@ jobs:
test-setup-phase-1: "--profile=regression --suite=setup-experience --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-experience --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
multirepository: true
timeout: 90
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand Down

0 comments on commit 448009f

Please sign in to comment.