From f37a60e0af02026607f7aa88c0ffda9a023b44c5 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 16 Mar 2022 09:57:06 +0000 Subject: [PATCH] Update .travis.yml (#7555) --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57a88597aa..b1e3667a6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,15 +158,6 @@ 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 @@ -181,6 +172,15 @@ jobs: - ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version) - ./scripts/travis/release/deprecate-develop-build.sh -v ${ADF_VERSION} + - stage: "e2e Test" + name: "Process Cloud:playwright" + 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: