Skip to content

Commit 3b4d9d6

Browse files
author
AmmarKarachi
committed
remove integ-testing
1 parent 88eba3b commit 3b4d9d6

File tree

4 files changed

+17
-25
lines changed

4 files changed

+17
-25
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
node-version: 14.17.6
2222
- name: Install Amplify CLI
2323
run: |
24-
npm i @aws-amplify/[email protected]ext11.0
25-
npm i -g @aws-amplify/[email protected]ext11.0
24+
npm i @aws-amplify/[email protected]ext12.0
25+
npm i -g @aws-amplify/[email protected]ext12.0
2626
which amplify
2727
amplify_path=$(which amplify)
2828
echo "AMPLIFY_PATH=$amplify_path" >> $GITHUB_ENV
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v2
3232
with:
3333
repository: aws-amplify/amplify-cli
34-
ref: extOverrides2
34+
ref: extOverrides3
3535
path: amplify-cli
3636
- name: Build Amplify E2E Core
3737
run: |

.github/workflows/release-beta.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)