We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce0d1d commit 4c26c48Copy full SHA for 4c26c48
.github/workflows/amplify_integration_tests.yaml
@@ -21,6 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
scope:
24
+ - "amplify_analytics_pinpoint_example"
25
- "amplify_api_example"
26
- "amplify_auth_cognito_example"
27
- "amplify_datastore_example"
@@ -69,6 +70,7 @@ jobs:
69
70
71
72
73
74
75
76
packages/analytics/amplify_analytics_pinpoint/example/tool/pull_test_backend.sh
@@ -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