From cfbcace1ab792175bdfe584c57ac334db56a2529 Mon Sep 17 00:00:00 2001 From: tomaszszopinski Date: Fri, 13 Oct 2023 09:02:21 +0200 Subject: [PATCH] IBX-2319: adjusted matcher tests config setup --- .github/workflows/browser-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 645b88a..28385be 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -96,6 +96,7 @@ jobs: project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=browser --suite=page-builder" test-setup-phase-1: "--mode=standard --profile=setup --suite=MapHost" + test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' setup: "doc/docker/base-dev.yml:doc/docker/multihost.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} secrets: @@ -114,6 +115,7 @@ jobs: project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=browser --suite=page-builder" test-setup-phase-1: "--mode=standard --profile=setup --suite=MapURI" + test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} @@ -131,6 +133,7 @@ jobs: project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=browser --suite=page-builder" test-setup-phase-1: "--mode=standard --profile=setup --suite=URIElement" + test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} @@ -148,6 +151,7 @@ jobs: project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=browser --suite=page-builder" test-setup-phase-1: "--mode=standard --profile=setup --suite=CompoundMapURIMapHost" + test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup' setup: "doc/docker/base-dev.yml:doc/docker/multihost.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} secrets: