mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Update .travis.yml (#7555)
This commit is contained in:
parent
3f7cc8ed5d
commit
f37a60e0af
18
.travis.yml
18
.travis.yml
@ -158,15 +158,6 @@ jobs:
|
|||||||
workspaces:
|
workspaces:
|
||||||
use: built_libs_cache
|
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"
|
- stage: "Trigger Alpha ADF child build"
|
||||||
name: "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
|
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)
|
- ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
||||||
- ./scripts/travis/release/deprecate-develop-build.sh -v ${ADF_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"
|
- stage: "e2e Test"
|
||||||
name: "Core"
|
name: "Core"
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user