Skip to content

Commit

Permalink
Merge pull request #586 from aws-amplify/add-ci-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-srikar authored May 4, 2023
2 parents 6c34e11 + c192c7a commit 3c1f15d
Show file tree
Hide file tree
Showing 15 changed files with 1,690 additions and 1,171 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,15 @@ jobs:
path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports
working_directory: ~/repo

verify-api-extract:
<<: *linux-e2e-executor
steps:
- attach_workspace:
at: ./
- restore_cache:
key: amplify-codegen-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn verify-api-extract

workflows:
version: 2
e2e_resource_cleanup:
Expand All @@ -317,6 +326,7 @@ workflows:
only:
- main
- e2e-testing
- /run-e2e\/.*/
jobs:
- build:
os: l
Expand All @@ -338,6 +348,9 @@ workflows:
os: [l, w]
requires:
- build
- verify-api-extract:
requires:
- build
- publish_to_local_registry:
os: l
requires:
Expand All @@ -348,6 +361,7 @@ workflows:
- main
- e2e-testing
- /tagged-release\/.*/
- /run-e2e\/.*/
- e2e-test:
context:
- cleanup-resources
Expand All @@ -362,6 +376,7 @@ workflows:
- main
- e2e-testing
- /tagged-release\/.*/
- /run-e2e\/.*/
- deploy:
os: l
requires:
Expand Down
Loading

0 comments on commit 3c1f15d

Please sign in to comment.