Skip to content

Commit 4c26c48

Browse files
author
Travis Sheppard
authored
chore(analytics): run integ tests in CI (#2209)
1 parent 7ce0d1d commit 4c26c48

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/amplify_integration_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
scope:
24+
- "amplify_analytics_pinpoint_example"
2425
- "amplify_api_example"
2526
- "amplify_auth_cognito_example"
2627
- "amplify_datastore_example"
@@ -69,6 +70,7 @@ jobs:
6970
fail-fast: false
7071
matrix:
7172
scope:
73+
- "amplify_analytics_pinpoint_example"
7274
- "amplify_api_example"
7375
- "amplify_auth_cognito_example"
7476
- "amplify_datastore_example"
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+
aws s3 cp s3://$AFS_ANALYTICS_BUCKET_NAME/amplifyconfiguration.dart lib/amplifyconfiguration.dart

0 commit comments

Comments
 (0)