Skip to content

Commit

Permalink
Playwright travis.yml update (#7545)
Browse files Browse the repository at this point in the history
* Playwright travis.yml update

* Travis: Trigger
  • Loading branch information
MichalFidor committed Mar 9, 2022
1 parent 9fdefb5 commit e8b8957
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit e8b8957

Please sign in to comment.