Skip to content

Commit

Permalink
ci: add new pipeline for only e2e without all deps build needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Mar 16, 2023
1 parent 64b7181 commit 2427f20
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,24 @@ jobs:
- template: .devops/templates/cleanup.yml

- job: E2E-new
displayName: E2E new
workspace:
clean: all
steps:
- template: .devops/templates/tools.yml

- task: Bash@3
inputs:
filePath: yarn-ci.sh
displayName: yarn

- script: |
yarn e2e $(sinceArg)
displayName: Cypress E2E tests
- template: .devops/templates/cleanup.yml

- job: DeployE2E
displayName: Deploy and E2E
workspace:
Expand Down

0 comments on commit 2427f20

Please sign in to comment.