Skip to content

Commit

Permalink
[AAE-10347] Remove playwright travis job duplication (#7772)
Browse files Browse the repository at this point in the history
* [AAE-10347] Remove playwright job duplication

* trigger travis
  • Loading branch information
rafalszmit committed Aug 17, 2022
1 parent 0776230 commit 104a936
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .travis.yml
Expand Up @@ -182,7 +182,7 @@ jobs:
- ./scripts/travis/release/deprecate-develop-build.sh -v ${ADF_VERSION}

- stage: "e2e Test"
name: "Process Cloud:playwright"
name: "Process Cloud: Storybook Playwright"
before_script: ./scripts/ci/jobs/dbpci-before-playwright
script: ./scripts/travis/storybook-testing/storybook-test.sh
workspaces:
Expand Down Expand Up @@ -426,18 +426,6 @@ jobs:
- PROVIDER="BPM"
- AUTH_TYPE="OAUTH"

- stage: "e2e Test"
name: "Process Cloud:playwright"
before_script:
- ./scripts/ci/job_hooks/before_e2e.sh
- ./scripts/ci/jobs/dbpci-before-playwright || travis_terminate 1
- ./scripts/ci/check-env/check-ps-cloud-env.sh || travis_terminate 1
script: ./scripts/travis/storybook-testing/storybook-test.sh
workspaces:
use:
- built_libs_cache
- built_demo_shell_cache

- stage: "e2e Test"
name: "Process Cloud : Form"
before_script:
Expand Down

0 comments on commit 104a936

Please sign in to comment.