Skip to content

Commit

Permalink
feat: model transformer advanced subscriptions (aws-amplify#7927)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazpavel authored and marcvberg committed Oct 13, 2021
1 parent 045def4 commit 0a15044
Show file tree
Hide file tree
Showing 9 changed files with 459 additions and 860 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('amplify add hosting - container', () => {
await initJSProjectWithProfile(projRoot, {});
await amplifyConfigureProject({
cwd: projRoot,
enableContainers: true
enableContainers: true,
});
// TODO: This needs attention. Need to force circle ci to run this test in us-east-1
// await addDevContainerHosting(projRoot);
Expand Down
Loading

0 comments on commit 0a15044

Please sign in to comment.