Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Feb 22, 2022
1 parent 7a6945b commit 9b03e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
multirepository: true
ci-scripts-branch: test-api-limits
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-oss-setup2:
Expand All @@ -31,6 +32,7 @@ jobs:
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
multirepository: true
php-image: "ezsystems/php:7.3-v2-node14"
ci-scripts-branch: test-api-limits
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-oss-setup3:
Expand All @@ -42,5 +44,6 @@ jobs:
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
php-image: "ezsystems/php:8.1-v2-node14"
ci-scripts-branch: test-api-limits
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 9b03e96

Please sign in to comment.