Skip to content

Commit d603df3

Browse files
Travis Sheppardhaverchuck
authored andcommitted
chore(storage): enable integ tests in CI (#1869)
1 parent b7195fc commit d603df3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/amplify_integration_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
scope: ["amplify_api_example"] #, "amplify_storage_s3_example", "amplify_auth_cognito_example"]
23+
scope: ["amplify_api_example", "amplify_storage_s3_example"] # , "amplify_auth_cognito_example"]
2424
steps:
2525
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
2626
with:
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
scope: ["amplify_api_example"] #, "amplify_storage_s3_example", "amplify_auth_cognito_example"]
70+
scope: ["amplify_api_example", "amplify_storage_s3_example"] # "amplify_auth_cognito_example"]
7171
steps:
7272
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # 2.4.0
7373
with:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
set -e
3+
4+
APP_ID=$STORAGE_APP_ID ../../../../build-support/pull_backend_by_app_id.sh

0 commit comments

Comments
 (0)