From e8b8957780ba288a1fa030d6156ad25049f555c0 Mon Sep 17 00:00:00 2001 From: MichalFidor <42964298+MichalFidor@users.noreply.github.com> Date: Wed, 9 Mar 2022 10:48:45 +0100 Subject: [PATCH] Playwright travis.yml update (#7545) * Playwright travis.yml update * Travis: Trigger --- .travis.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index c068c490bfc..57a88597aad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,8 +65,6 @@ stages: if: type = pull_request || (type = cron || type = api) - name: "e2e Test" if: type = pull_request || (type = cron || type = api) - - name: "Storybook Playwright Tests" - if: type = pull_request || (type = cron || type = api) - name: "Release tag" if: branch = master - name: "Deprecate develop builds" @@ -160,6 +158,15 @@ jobs: workspaces: use: built_libs_cache + - stage: "Unit test Lib" + name: "Process Cloud" + before_script: ./scripts/ci/jobs/dbpci-before-playwright + script: ./scripts/travis/storybook-testing/storybook-test.sh + workspaces: + use: + - built_libs_cache + - built_demo_shell_cache + - stage: "Trigger Alpha ADF child build" name: "Trigger Alpha ADF child build" script: ./scripts/travis/update/update-project.sh -p $TRAVIS_BUILD_NUMBER -t $GITHUB_TOKEN -v alpha @@ -174,15 +181,6 @@ jobs: - ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version) - ./scripts/travis/release/deprecate-develop-build.sh -v ${ADF_VERSION} - - stage: "Storybook Playwright Tests" - name: "Process Cloud" - before_script: ./scripts/ci/jobs/dbpci-before-playwright - script: ./scripts/travis/storybook-testing/storybook-test.sh - workspaces: - use: - - built_libs_cache - - built_demo_shell_cache - - stage: "e2e Test" name: "Core" before_script: