Skip to content

Commit 9ffb9bf

Browse files
filipesilvamgechev
authored andcommitted
ci: add e2e-cli-ng-ivy-snapshots job (#15293)
1 parent b0b3212 commit 9ffb9bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,20 @@ workflows:
378378
[[ "$CIRCLE_PROJECT_USERNAME" != "angular" || $CIRCLE_BRANCH != "master" ]]; then
379379
circleci step halt
380380
fi
381+
- e2e-cli:
382+
name: e2e-cli-ng-ivy-snapshots
383+
snapshots: true
384+
ivy: true
385+
requires:
386+
- e2e-cli
387+
pre-steps:
388+
- run:
389+
name: Don't run expensive e2e snapshots tests for forks other than renovate-bot and angular
390+
command: >
391+
if [[ "$CIRCLE_PR_USERNAME" != "renovate-bot" ]] &&
392+
[[ "$CIRCLE_PROJECT_USERNAME" != "angular" || $CIRCLE_BRANCH != "master" ]]; then
393+
circleci step halt
394+
fi
381395
- e2e-cli-node-10:
382396
<<: *ignore_pull_requests
383397
requires:

0 commit comments

Comments
 (0)