Skip to content

Commit cb476b0

Browse files
authored
fix(e2e): use always for cleanup job (#324)
1 parent 3ab8487 commit cb476b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ clean_up_e2e_resources: &cleanup_e2e
4646
cd packages/amplify-codegen-e2e-tests
4747
yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM}
4848
working_directory: ~/repo
49+
when: always
4950

5051
jobs:
5152
build:

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ clean_up_e2e_resources: &ref_7
4444
cd packages/amplify-codegen-e2e-tests
4545
yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM}
4646
working_directory: ~/repo
47+
when: always
4748
jobs:
4849
build:
4950
working_directory: ~/repo

0 commit comments

Comments
 (0)