From db69ffcfd1578b9d8e2d25695ffac1721948387f Mon Sep 17 00:00:00 2001 From: Elijah Quartey Date: Thu, 7 Sep 2023 15:18:49 -0500 Subject: [PATCH] fix: updated all flutter_vm workflows to include has-goldens --- .../workflows/amplify_analytics_pinpoint.yaml | 1 + .../amplify_analytics_pinpoint_dart.yaml | 1 + .../amplify_analytics_pinpoint_example.yaml | 1 + .github/workflows/amplify_api.yaml | 1 + .github/workflows/amplify_api_dart.yaml | 1 + .github/workflows/amplify_api_example.yaml | 1 + .github/workflows/amplify_auth_cognito.yaml | 1 + .../workflows/amplify_auth_cognito_dart.yaml | 1 + .../amplify_auth_cognito_example.yaml | 1 + .../workflows/amplify_auth_cognito_test.yaml | 1 + .github/workflows/amplify_authenticator.yaml | 36 +++++++++++++++++++ .../amplify_authenticator_example.yaml | 1 + .github/workflows/amplify_core.yaml | 1 + .github/workflows/amplify_datastore.yaml | 1 + .../workflows/amplify_datastore_example.yaml | 1 + .../amplify_datastore_plugin_interface.yaml | 1 + .github/workflows/amplify_db_common.yaml | 1 + .github/workflows/amplify_db_common_dart.yaml | 1 + .../workflows/amplify_db_common_example.yaml | 1 + .github/workflows/amplify_flutter.yaml | 1 + .../workflows/amplify_flutter_example.yaml | 1 + .github/workflows/amplify_lints.yaml | 1 + .../amplify_native_legacy_wrapper.yaml | 1 + ...amplify_native_legacy_wrapper_example.yaml | 1 + .../workflows/amplify_push_notifications.yaml | 1 + .../amplify_push_notifications_example.yaml | 1 + .../amplify_push_notifications_pinpoint.yaml | 1 + ...y_push_notifications_pinpoint_example.yaml | 1 + .github/workflows/amplify_secure_storage.yaml | 1 + .../amplify_secure_storage_dart.yaml | 1 + .../amplify_secure_storage_example.yaml | 1 + .../amplify_secure_storage_test.yaml | 1 + .github/workflows/amplify_storage_s3.yaml | 1 + .../workflows/amplify_storage_s3_dart.yaml | 1 + .../workflows/amplify_storage_s3_example.yaml | 1 + .github/workflows/aws_common.yaml | 1 + .github/workflows/aws_json1_0_v1.yaml | 1 + .github/workflows/aws_json1_0_v2.yaml | 1 + .github/workflows/aws_json1_1_v1.yaml | 1 + .github/workflows/aws_json1_1_v2.yaml | 1 + .github/workflows/aws_query_v1.yaml | 1 + .github/workflows/aws_query_v2.yaml | 1 + .github/workflows/aws_signature_v4.yaml | 1 + .github/workflows/cognito_example.yaml | 1 + .github/workflows/custom_v2.yaml | 1 + .github/workflows/ec2_query_v1.yaml | 1 + .github/workflows/ec2_query_v2.yaml | 1 + .github/workflows/pub_server.yaml | 1 + .github/workflows/rest_json1_v1.yaml | 1 + .github/workflows/rest_json1_v2.yaml | 1 + .github/workflows/rest_xml_v1.yaml | 1 + .github/workflows/rest_xml_v2.yaml | 1 + .../workflows/rest_xml_with_namespace_v1.yaml | 1 + .../workflows/rest_xml_with_namespace_v2.yaml | 1 + .github/workflows/smithy.yaml | 1 + .github/workflows/smithy_aws.yaml | 1 + .github/workflows/smithy_codegen.yaml | 1 + .github/workflows/storage_s3_example.yaml | 1 + .github/workflows/worker_bee.yaml | 1 + .github/workflows/worker_bee_builder.yaml | 1 + 60 files changed, 95 insertions(+) diff --git a/.github/workflows/amplify_analytics_pinpoint.yaml b/.github/workflows/amplify_analytics_pinpoint.yaml index d58ffd3f922..6f2b5c6b272 100644 --- a/.github/workflows/amplify_analytics_pinpoint.yaml +++ b/.github/workflows/amplify_analytics_pinpoint.yaml @@ -59,3 +59,4 @@ jobs: with: package-name: amplify_analytics_pinpoint working-directory: packages/analytics/amplify_analytics_pinpoint + has-goldens: false diff --git a/.github/workflows/amplify_analytics_pinpoint_dart.yaml b/.github/workflows/amplify_analytics_pinpoint_dart.yaml index 2d72780e9db..531d11e695d 100644 --- a/.github/workflows/amplify_analytics_pinpoint_dart.yaml +++ b/.github/workflows/amplify_analytics_pinpoint_dart.yaml @@ -57,6 +57,7 @@ jobs: with: package-name: amplify_analytics_pinpoint_dart working-directory: packages/analytics/amplify_analytics_pinpoint_dart + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/amplify_analytics_pinpoint_example.yaml b/.github/workflows/amplify_analytics_pinpoint_example.yaml index 5e47d99c16d..71381bd4c6f 100644 --- a/.github/workflows/amplify_analytics_pinpoint_example.yaml +++ b/.github/workflows/amplify_analytics_pinpoint_example.yaml @@ -69,6 +69,7 @@ jobs: with: package-name: amplify_analytics_pinpoint_example working-directory: packages/analytics/amplify_analytics_pinpoint/example + has-goldens: false e2e_android_test: needs: [test] uses: ./.github/workflows/e2e_android.yaml diff --git a/.github/workflows/amplify_api.yaml b/.github/workflows/amplify_api.yaml index f83f4aa750a..fe4c1fcc297 100644 --- a/.github/workflows/amplify_api.yaml +++ b/.github/workflows/amplify_api.yaml @@ -53,3 +53,4 @@ jobs: with: package-name: amplify_api working-directory: packages/api/amplify_api + has-goldens: false diff --git a/.github/workflows/amplify_api_dart.yaml b/.github/workflows/amplify_api_dart.yaml index 83385f036a6..19789c0ece0 100644 --- a/.github/workflows/amplify_api_dart.yaml +++ b/.github/workflows/amplify_api_dart.yaml @@ -45,6 +45,7 @@ jobs: with: package-name: amplify_api_dart working-directory: packages/api/amplify_api_dart + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/amplify_api_example.yaml b/.github/workflows/amplify_api_example.yaml index 8a2b7bd2576..d588fa7f5c9 100644 --- a/.github/workflows/amplify_api_example.yaml +++ b/.github/workflows/amplify_api_example.yaml @@ -63,6 +63,7 @@ jobs: with: package-name: amplify_api_example working-directory: packages/api/amplify_api/example + has-goldens: false e2e_android_test: needs: [test] uses: ./.github/workflows/e2e_android.yaml diff --git a/.github/workflows/amplify_auth_cognito.yaml b/.github/workflows/amplify_auth_cognito.yaml index 811b79c4781..3b2cfc21e79 100644 --- a/.github/workflows/amplify_auth_cognito.yaml +++ b/.github/workflows/amplify_auth_cognito.yaml @@ -67,3 +67,4 @@ jobs: with: package-name: amplify_auth_cognito working-directory: packages/auth/amplify_auth_cognito + has-goldens: false diff --git a/.github/workflows/amplify_auth_cognito_dart.yaml b/.github/workflows/amplify_auth_cognito_dart.yaml index c2d2a369835..8462b960c4c 100644 --- a/.github/workflows/amplify_auth_cognito_dart.yaml +++ b/.github/workflows/amplify_auth_cognito_dart.yaml @@ -58,6 +58,7 @@ jobs: with: package-name: amplify_auth_cognito_dart working-directory: packages/auth/amplify_auth_cognito_dart + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/amplify_auth_cognito_example.yaml b/.github/workflows/amplify_auth_cognito_example.yaml index eb82cc22056..71775717a76 100644 --- a/.github/workflows/amplify_auth_cognito_example.yaml +++ b/.github/workflows/amplify_auth_cognito_example.yaml @@ -77,6 +77,7 @@ jobs: with: package-name: amplify_auth_cognito_example working-directory: packages/auth/amplify_auth_cognito/example + has-goldens: false e2e_android_test: needs: [test] uses: ./.github/workflows/e2e_android.yaml diff --git a/.github/workflows/amplify_auth_cognito_test.yaml b/.github/workflows/amplify_auth_cognito_test.yaml index fd38ca10165..f63ab6ceedb 100644 --- a/.github/workflows/amplify_auth_cognito_test.yaml +++ b/.github/workflows/amplify_auth_cognito_test.yaml @@ -63,6 +63,7 @@ jobs: with: package-name: amplify_auth_cognito_test working-directory: packages/auth/amplify_auth_cognito_test + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/amplify_authenticator.yaml b/.github/workflows/amplify_authenticator.yaml index 09159e5e948..93869414494 100644 --- a/.github/workflows/amplify_authenticator.yaml +++ b/.github/workflows/amplify_authenticator.yaml @@ -9,10 +9,46 @@ on: paths: - '.github/workflows/amplify_authenticator.yaml' - '.github/workflows/flutter_vm.yaml' + - 'packages/amplify/amplify_flutter/lib/**/*.dart' + - 'packages/amplify/amplify_flutter/pubspec.yaml' + - 'packages/amplify_core/lib/**/*.dart' + - 'packages/amplify_core/pubspec.yaml' + - 'packages/amplify_lints/lib/**/*.yaml' + - 'packages/amplify_lints/pubspec.yaml' + - 'packages/analytics/amplify_analytics_pinpoint/lib/**/*.dart' + - 'packages/analytics/amplify_analytics_pinpoint/pubspec.yaml' + - 'packages/analytics/amplify_analytics_pinpoint_dart/lib/**/*.dart' + - 'packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml' + - 'packages/auth/amplify_auth_cognito/lib/**/*.dart' + - 'packages/auth/amplify_auth_cognito/pubspec.yaml' + - 'packages/auth/amplify_auth_cognito_dart/lib/**/*.dart' + - 'packages/auth/amplify_auth_cognito_dart/pubspec.yaml' - 'packages/authenticator/amplify_authenticator/**/*.dart' - 'packages/authenticator/amplify_authenticator/**/*.yaml' - 'packages/authenticator/amplify_authenticator/lib/**/*' - 'packages/authenticator/amplify_authenticator/test/**/*' + - 'packages/aws_common/lib/**/*.dart' + - 'packages/aws_common/pubspec.yaml' + - 'packages/aws_signature_v4/lib/**/*.dart' + - 'packages/aws_signature_v4/pubspec.yaml' + - 'packages/common/amplify_db_common/lib/**/*.dart' + - 'packages/common/amplify_db_common/pubspec.yaml' + - 'packages/common/amplify_db_common_dart/lib/**/*.dart' + - 'packages/common/amplify_db_common_dart/pubspec.yaml' + - 'packages/secure_storage/amplify_secure_storage/lib/**/*.dart' + - 'packages/secure_storage/amplify_secure_storage/pubspec.yaml' + - 'packages/secure_storage/amplify_secure_storage_dart/lib/**/*.dart' + - 'packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml' + - 'packages/smithy/smithy/lib/**/*.dart' + - 'packages/smithy/smithy/pubspec.yaml' + - 'packages/smithy/smithy_aws/lib/**/*.dart' + - 'packages/smithy/smithy_aws/pubspec.yaml' + - 'packages/smithy/smithy_codegen/lib/**/*.dart' + - 'packages/smithy/smithy_codegen/pubspec.yaml' + - 'packages/worker_bee/worker_bee/lib/**/*.dart' + - 'packages/worker_bee/worker_bee/pubspec.yaml' + - 'packages/worker_bee/worker_bee_builder/lib/**/*.dart' + - 'packages/worker_bee/worker_bee_builder/pubspec.yaml' schedule: - cron: "0 0 * * 0" # Every Sunday at 00:00 defaults: diff --git a/.github/workflows/amplify_authenticator_example.yaml b/.github/workflows/amplify_authenticator_example.yaml index 6df0fb0f4c2..1d883b55c07 100644 --- a/.github/workflows/amplify_authenticator_example.yaml +++ b/.github/workflows/amplify_authenticator_example.yaml @@ -79,6 +79,7 @@ jobs: with: package-name: amplify_authenticator_example working-directory: packages/authenticator/amplify_authenticator/example + has-goldens: false e2e_android_test: needs: [test] uses: ./.github/workflows/e2e_android.yaml diff --git a/.github/workflows/amplify_core.yaml b/.github/workflows/amplify_core.yaml index 5e019b7d4d0..e56321b8940 100644 --- a/.github/workflows/amplify_core.yaml +++ b/.github/workflows/amplify_core.yaml @@ -43,6 +43,7 @@ jobs: with: package-name: amplify_core working-directory: packages/amplify_core + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/amplify_datastore.yaml b/.github/workflows/amplify_datastore.yaml index e5ad0f94f91..9673e8f01e3 100644 --- a/.github/workflows/amplify_datastore.yaml +++ b/.github/workflows/amplify_datastore.yaml @@ -43,3 +43,4 @@ jobs: with: package-name: amplify_datastore working-directory: packages/amplify_datastore + has-goldens: false diff --git a/.github/workflows/amplify_datastore_example.yaml b/.github/workflows/amplify_datastore_example.yaml index 2961a8b2318..895b6e76e68 100644 --- a/.github/workflows/amplify_datastore_example.yaml +++ b/.github/workflows/amplify_datastore_example.yaml @@ -50,6 +50,7 @@ jobs: with: package-name: amplify_datastore_example working-directory: packages/amplify_datastore/example + has-goldens: false e2e_android_test: needs: [test] uses: ./.github/workflows/e2e_android.yaml diff --git a/.github/workflows/amplify_datastore_plugin_interface.yaml b/.github/workflows/amplify_datastore_plugin_interface.yaml index 7a1241ef465..21a3c608144 100644 --- a/.github/workflows/amplify_datastore_plugin_interface.yaml +++ b/.github/workflows/amplify_datastore_plugin_interface.yaml @@ -41,3 +41,4 @@ jobs: with: package-name: amplify_datastore_plugin_interface working-directory: packages/amplify_datastore_plugin_interface + has-goldens: false diff --git a/.github/workflows/amplify_db_common.yaml b/.github/workflows/amplify_db_common.yaml index 0f204d346de..7df1d6297c3 100644 --- a/.github/workflows/amplify_db_common.yaml +++ b/.github/workflows/amplify_db_common.yaml @@ -43,3 +43,4 @@ jobs: with: package-name: amplify_db_common working-directory: packages/common/amplify_db_common + has-goldens: false diff --git a/.github/workflows/amplify_db_common_dart.yaml b/.github/workflows/amplify_db_common_dart.yaml index 9829a81a5e2..d72f47cc774 100644 --- a/.github/workflows/amplify_db_common_dart.yaml +++ b/.github/workflows/amplify_db_common_dart.yaml @@ -45,6 +45,7 @@ jobs: with: package-name: amplify_db_common_dart working-directory: packages/common/amplify_db_common_dart + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/amplify_db_common_example.yaml b/.github/workflows/amplify_db_common_example.yaml index 2c621a28d3b..0c3328d6e33 100644 --- a/.github/workflows/amplify_db_common_example.yaml +++ b/.github/workflows/amplify_db_common_example.yaml @@ -53,6 +53,7 @@ jobs: with: package-name: amplify_db_common_example working-directory: packages/common/amplify_db_common/example + has-goldens: false e2e_android_test: needs: [test] uses: ./.github/workflows/e2e_android.yaml diff --git a/.github/workflows/amplify_flutter.yaml b/.github/workflows/amplify_flutter.yaml index 6e707f59836..518bc3b610a 100644 --- a/.github/workflows/amplify_flutter.yaml +++ b/.github/workflows/amplify_flutter.yaml @@ -49,3 +49,4 @@ jobs: with: package-name: amplify_flutter working-directory: packages/amplify/amplify_flutter + has-goldens: false diff --git a/.github/workflows/amplify_flutter_example.yaml b/.github/workflows/amplify_flutter_example.yaml index b2dd27d148a..44c4115345d 100644 --- a/.github/workflows/amplify_flutter_example.yaml +++ b/.github/workflows/amplify_flutter_example.yaml @@ -51,3 +51,4 @@ jobs: with: package-name: amplify_flutter_example working-directory: packages/amplify/amplify_flutter/example + has-goldens: false diff --git a/.github/workflows/amplify_lints.yaml b/.github/workflows/amplify_lints.yaml index 5a20b06da4b..b09672c254b 100644 --- a/.github/workflows/amplify_lints.yaml +++ b/.github/workflows/amplify_lints.yaml @@ -33,3 +33,4 @@ jobs: with: package-name: amplify_lints working-directory: packages/amplify_lints + has-goldens: false diff --git a/.github/workflows/amplify_native_legacy_wrapper.yaml b/.github/workflows/amplify_native_legacy_wrapper.yaml index c6279675b10..db609906554 100644 --- a/.github/workflows/amplify_native_legacy_wrapper.yaml +++ b/.github/workflows/amplify_native_legacy_wrapper.yaml @@ -35,3 +35,4 @@ jobs: with: package-name: amplify_native_legacy_wrapper working-directory: packages/amplify_native_legacy_wrapper + has-goldens: false diff --git a/.github/workflows/amplify_native_legacy_wrapper_example.yaml b/.github/workflows/amplify_native_legacy_wrapper_example.yaml index 704b4387466..cad0f68caf5 100644 --- a/.github/workflows/amplify_native_legacy_wrapper_example.yaml +++ b/.github/workflows/amplify_native_legacy_wrapper_example.yaml @@ -37,3 +37,4 @@ jobs: with: package-name: amplify_native_legacy_wrapper_example working-directory: packages/amplify_native_legacy_wrapper/example + has-goldens: false diff --git a/.github/workflows/amplify_push_notifications.yaml b/.github/workflows/amplify_push_notifications.yaml index 7c3f17ba1ad..a427aede350 100644 --- a/.github/workflows/amplify_push_notifications.yaml +++ b/.github/workflows/amplify_push_notifications.yaml @@ -52,3 +52,4 @@ jobs: with: package-name: amplify_push_notifications working-directory: packages/notifications/push/amplify_push_notifications + has-goldens: false diff --git a/.github/workflows/amplify_push_notifications_example.yaml b/.github/workflows/amplify_push_notifications_example.yaml index b698770c739..89f04037851 100644 --- a/.github/workflows/amplify_push_notifications_example.yaml +++ b/.github/workflows/amplify_push_notifications_example.yaml @@ -51,3 +51,4 @@ jobs: with: package-name: amplify_push_notifications_example working-directory: packages/notifications/push/amplify_push_notifications/example + has-goldens: false diff --git a/.github/workflows/amplify_push_notifications_pinpoint.yaml b/.github/workflows/amplify_push_notifications_pinpoint.yaml index 82fa437b7b3..752027e1d91 100644 --- a/.github/workflows/amplify_push_notifications_pinpoint.yaml +++ b/.github/workflows/amplify_push_notifications_pinpoint.yaml @@ -71,3 +71,4 @@ jobs: with: package-name: amplify_push_notifications_pinpoint working-directory: packages/notifications/push/amplify_push_notifications_pinpoint + has-goldens: false diff --git a/.github/workflows/amplify_push_notifications_pinpoint_example.yaml b/.github/workflows/amplify_push_notifications_pinpoint_example.yaml index 9e9efe30042..6629fe36f12 100644 --- a/.github/workflows/amplify_push_notifications_pinpoint_example.yaml +++ b/.github/workflows/amplify_push_notifications_pinpoint_example.yaml @@ -73,3 +73,4 @@ jobs: with: package-name: amplify_push_notifications_pinpoint_example working-directory: packages/notifications/push/amplify_push_notifications_pinpoint/example + has-goldens: false diff --git a/.github/workflows/amplify_secure_storage.yaml b/.github/workflows/amplify_secure_storage.yaml index af37408a292..fa8643b62c7 100644 --- a/.github/workflows/amplify_secure_storage.yaml +++ b/.github/workflows/amplify_secure_storage.yaml @@ -43,3 +43,4 @@ jobs: with: package-name: amplify_secure_storage working-directory: packages/secure_storage/amplify_secure_storage + has-goldens: false diff --git a/.github/workflows/amplify_secure_storage_dart.yaml b/.github/workflows/amplify_secure_storage_dart.yaml index 196971a8232..aa673cc9b52 100644 --- a/.github/workflows/amplify_secure_storage_dart.yaml +++ b/.github/workflows/amplify_secure_storage_dart.yaml @@ -41,3 +41,4 @@ jobs: with: package-name: amplify_secure_storage_dart working-directory: packages/secure_storage/amplify_secure_storage_dart + has-goldens: false diff --git a/.github/workflows/amplify_secure_storage_example.yaml b/.github/workflows/amplify_secure_storage_example.yaml index 9ffac10fb03..254cfdef063 100644 --- a/.github/workflows/amplify_secure_storage_example.yaml +++ b/.github/workflows/amplify_secure_storage_example.yaml @@ -53,6 +53,7 @@ jobs: with: package-name: amplify_secure_storage_example working-directory: packages/secure_storage/amplify_secure_storage/example + has-goldens: false e2e_android_test: needs: [test] uses: ./.github/workflows/e2e_android.yaml diff --git a/.github/workflows/amplify_secure_storage_test.yaml b/.github/workflows/amplify_secure_storage_test.yaml index 9ad6bfb4bf2..54c784e780f 100644 --- a/.github/workflows/amplify_secure_storage_test.yaml +++ b/.github/workflows/amplify_secure_storage_test.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: amplify_secure_storage_test working-directory: packages/secure_storage/amplify_secure_storage_test + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/amplify_storage_s3.yaml b/.github/workflows/amplify_storage_s3.yaml index 4526b46ed67..f29ec717c7d 100644 --- a/.github/workflows/amplify_storage_s3.yaml +++ b/.github/workflows/amplify_storage_s3.yaml @@ -51,3 +51,4 @@ jobs: with: package-name: amplify_storage_s3 working-directory: packages/storage/amplify_storage_s3 + has-goldens: false diff --git a/.github/workflows/amplify_storage_s3_dart.yaml b/.github/workflows/amplify_storage_s3_dart.yaml index e2509e922c8..73c4cd3986d 100644 --- a/.github/workflows/amplify_storage_s3_dart.yaml +++ b/.github/workflows/amplify_storage_s3_dart.yaml @@ -48,6 +48,7 @@ jobs: with: package-name: amplify_storage_s3_dart working-directory: packages/storage/amplify_storage_s3_dart + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/amplify_storage_s3_example.yaml b/.github/workflows/amplify_storage_s3_example.yaml index 6b078e2fc12..f9379b4cb4e 100644 --- a/.github/workflows/amplify_storage_s3_example.yaml +++ b/.github/workflows/amplify_storage_s3_example.yaml @@ -61,6 +61,7 @@ jobs: with: package-name: amplify_storage_s3_example working-directory: packages/storage/amplify_storage_s3/example + has-goldens: false e2e_android_test: needs: [test] uses: ./.github/workflows/e2e_android.yaml diff --git a/.github/workflows/aws_common.yaml b/.github/workflows/aws_common.yaml index 967f7b3aff5..e4aa3fd3dc0 100644 --- a/.github/workflows/aws_common.yaml +++ b/.github/workflows/aws_common.yaml @@ -39,6 +39,7 @@ jobs: with: package-name: aws_common working-directory: packages/aws_common + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/aws_json1_0_v1.yaml b/.github/workflows/aws_json1_0_v1.yaml index 56d6b57f0bc..7dbda00fe43 100644 --- a/.github/workflows/aws_json1_0_v1.yaml +++ b/.github/workflows/aws_json1_0_v1.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: aws_json1_0_v1 working-directory: packages/smithy/goldens/lib/awsJson1_0 + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/aws_json1_0_v2.yaml b/.github/workflows/aws_json1_0_v2.yaml index c7621fe65ac..4b581c14320 100644 --- a/.github/workflows/aws_json1_0_v2.yaml +++ b/.github/workflows/aws_json1_0_v2.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: aws_json1_0_v2 working-directory: packages/smithy/goldens/lib2/awsJson1_0 + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/aws_json1_1_v1.yaml b/.github/workflows/aws_json1_1_v1.yaml index 1bd2c687cfd..aa2f43b3a27 100644 --- a/.github/workflows/aws_json1_1_v1.yaml +++ b/.github/workflows/aws_json1_1_v1.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: aws_json1_1_v1 working-directory: packages/smithy/goldens/lib/awsJson1_1 + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/aws_json1_1_v2.yaml b/.github/workflows/aws_json1_1_v2.yaml index 02780813674..119d7a165e0 100644 --- a/.github/workflows/aws_json1_1_v2.yaml +++ b/.github/workflows/aws_json1_1_v2.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: aws_json1_1_v2 working-directory: packages/smithy/goldens/lib2/awsJson1_1 + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/aws_query_v1.yaml b/.github/workflows/aws_query_v1.yaml index 2eab8e775de..640dacff5d2 100644 --- a/.github/workflows/aws_query_v1.yaml +++ b/.github/workflows/aws_query_v1.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: aws_query_v1 working-directory: packages/smithy/goldens/lib/awsQuery + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/aws_query_v2.yaml b/.github/workflows/aws_query_v2.yaml index 13dd8cf1197..13318b0653c 100644 --- a/.github/workflows/aws_query_v2.yaml +++ b/.github/workflows/aws_query_v2.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: aws_query_v2 working-directory: packages/smithy/goldens/lib2/awsQuery + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/aws_signature_v4.yaml b/.github/workflows/aws_signature_v4.yaml index c3c364043cd..532c7700861 100644 --- a/.github/workflows/aws_signature_v4.yaml +++ b/.github/workflows/aws_signature_v4.yaml @@ -41,6 +41,7 @@ jobs: with: package-name: aws_signature_v4 working-directory: packages/aws_signature_v4 + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/cognito_example.yaml b/.github/workflows/cognito_example.yaml index b6c8d3b71d8..343ba3b53cb 100644 --- a/.github/workflows/cognito_example.yaml +++ b/.github/workflows/cognito_example.yaml @@ -59,3 +59,4 @@ jobs: with: package-name: cognito_example working-directory: packages/auth/amplify_auth_cognito_dart/example + has-goldens: false diff --git a/.github/workflows/custom_v2.yaml b/.github/workflows/custom_v2.yaml index 3e4fd451227..7dbcdf3fc2e 100644 --- a/.github/workflows/custom_v2.yaml +++ b/.github/workflows/custom_v2.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: custom_v2 working-directory: packages/smithy/goldens/lib2/custom + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/ec2_query_v1.yaml b/.github/workflows/ec2_query_v1.yaml index 615d070ea37..95a5ad4a32c 100644 --- a/.github/workflows/ec2_query_v1.yaml +++ b/.github/workflows/ec2_query_v1.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: ec2_query_v1 working-directory: packages/smithy/goldens/lib/ec2Query + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/ec2_query_v2.yaml b/.github/workflows/ec2_query_v2.yaml index b4f5896e722..5aaec7a3a94 100644 --- a/.github/workflows/ec2_query_v2.yaml +++ b/.github/workflows/ec2_query_v2.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: ec2_query_v2 working-directory: packages/smithy/goldens/lib2/ec2Query + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/pub_server.yaml b/.github/workflows/pub_server.yaml index 9eb683f0cc5..cef5dbc91f0 100644 --- a/.github/workflows/pub_server.yaml +++ b/.github/workflows/pub_server.yaml @@ -38,6 +38,7 @@ jobs: with: package-name: pub_server working-directory: packages/test/pub_server + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/rest_json1_v1.yaml b/.github/workflows/rest_json1_v1.yaml index cdae205ef42..abbd614df40 100644 --- a/.github/workflows/rest_json1_v1.yaml +++ b/.github/workflows/rest_json1_v1.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: rest_json1_v1 working-directory: packages/smithy/goldens/lib/restJson1 + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/rest_json1_v2.yaml b/.github/workflows/rest_json1_v2.yaml index dcd5245df87..3cf5f473379 100644 --- a/.github/workflows/rest_json1_v2.yaml +++ b/.github/workflows/rest_json1_v2.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: rest_json1_v2 working-directory: packages/smithy/goldens/lib2/restJson1 + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/rest_xml_v1.yaml b/.github/workflows/rest_xml_v1.yaml index 473be8a5533..0bf5187d8e7 100644 --- a/.github/workflows/rest_xml_v1.yaml +++ b/.github/workflows/rest_xml_v1.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: rest_xml_v1 working-directory: packages/smithy/goldens/lib/restXml + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/rest_xml_v2.yaml b/.github/workflows/rest_xml_v2.yaml index 42eb8ca411e..5f7725b5564 100644 --- a/.github/workflows/rest_xml_v2.yaml +++ b/.github/workflows/rest_xml_v2.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: rest_xml_v2 working-directory: packages/smithy/goldens/lib2/restXml + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/rest_xml_with_namespace_v1.yaml b/.github/workflows/rest_xml_with_namespace_v1.yaml index 2c8a2e75847..1ca1361940e 100644 --- a/.github/workflows/rest_xml_with_namespace_v1.yaml +++ b/.github/workflows/rest_xml_with_namespace_v1.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: rest_xml_with_namespace_v1 working-directory: packages/smithy/goldens/lib/restXmlWithNamespace + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/rest_xml_with_namespace_v2.yaml b/.github/workflows/rest_xml_with_namespace_v2.yaml index dd2d8f6d9a3..54a82deddce 100644 --- a/.github/workflows/rest_xml_with_namespace_v2.yaml +++ b/.github/workflows/rest_xml_with_namespace_v2.yaml @@ -47,6 +47,7 @@ jobs: with: package-name: rest_xml_with_namespace_v2 working-directory: packages/smithy/goldens/lib2/restXmlWithNamespace + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/smithy.yaml b/.github/workflows/smithy.yaml index b8829a8261d..87e08332750 100644 --- a/.github/workflows/smithy.yaml +++ b/.github/workflows/smithy.yaml @@ -38,6 +38,7 @@ jobs: with: package-name: smithy working-directory: packages/smithy/smithy + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/smithy_aws.yaml b/.github/workflows/smithy_aws.yaml index fbe1de2dfa0..86f291fea81 100644 --- a/.github/workflows/smithy_aws.yaml +++ b/.github/workflows/smithy_aws.yaml @@ -42,6 +42,7 @@ jobs: with: package-name: smithy_aws working-directory: packages/smithy/smithy_aws + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/smithy_codegen.yaml b/.github/workflows/smithy_codegen.yaml index 5b2292229ac..34f82d9fde2 100644 --- a/.github/workflows/smithy_codegen.yaml +++ b/.github/workflows/smithy_codegen.yaml @@ -44,6 +44,7 @@ jobs: with: package-name: smithy_codegen working-directory: packages/smithy/smithy_codegen + has-goldens: false native_test: needs: test uses: ./.github/workflows/dart_native.yaml diff --git a/.github/workflows/storage_s3_example.yaml b/.github/workflows/storage_s3_example.yaml index ff49e953d45..e7bb3439c4e 100644 --- a/.github/workflows/storage_s3_example.yaml +++ b/.github/workflows/storage_s3_example.yaml @@ -49,3 +49,4 @@ jobs: with: package-name: storage_s3_example working-directory: packages/storage/amplify_storage_s3_dart/example + has-goldens: false diff --git a/.github/workflows/worker_bee.yaml b/.github/workflows/worker_bee.yaml index 19470f4ac72..2e9577aeba6 100644 --- a/.github/workflows/worker_bee.yaml +++ b/.github/workflows/worker_bee.yaml @@ -37,3 +37,4 @@ jobs: with: package-name: worker_bee working-directory: packages/worker_bee/worker_bee + has-goldens: false diff --git a/.github/workflows/worker_bee_builder.yaml b/.github/workflows/worker_bee_builder.yaml index 3c8d1682565..c9d2f26fd46 100644 --- a/.github/workflows/worker_bee_builder.yaml +++ b/.github/workflows/worker_bee_builder.yaml @@ -39,3 +39,4 @@ jobs: with: package-name: worker_bee_builder working-directory: packages/worker_bee/worker_bee_builder + has-goldens: false