Skip to content

Commit

Permalink
Merge branch '4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Jul 20, 2022
2 parents 21b920a + 12b70a5 commit 47f46fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Browser tests
on:
workflow_dispatch: ~
workflow_dispatch:
inputs:
send-success-notification:
description: 'Send a notification when the tests pass'
required: false
type: boolean
default: true
push:
branches:
- master
Expand All @@ -18,6 +24,7 @@ jobs:
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --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"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 3
multirepository: true
timeout: 120
Expand All @@ -37,6 +44,7 @@ jobs:
test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
job-count: 3
use-compatibility-layer: true
timeout: 120
Expand Down

0 comments on commit 47f46fc

Please sign in to comment.