From c1f9d8a84b288265a55c3ca0d4ecbbffc9e4ae50 Mon Sep 17 00:00:00 2001 From: Elijah Quartey Date: Thu, 31 Aug 2023 14:11:41 -0500 Subject: [PATCH] fix: test saving failures --- .../amplify_authenticator.yaml | 72 ------------------- .../amplify_authenticator/pubspec.yaml | 7 +- 2 files changed, 3 insertions(+), 76 deletions(-) delete mode 100644 packages/authenticator/amplify_authenticator/amplify_authenticator.yaml diff --git a/packages/authenticator/amplify_authenticator/amplify_authenticator.yaml b/packages/authenticator/amplify_authenticator/amplify_authenticator.yaml deleted file mode 100644 index 2a2a38b4084..00000000000 --- a/packages/authenticator/amplify_authenticator/amplify_authenticator.yaml +++ /dev/null @@ -1,72 +0,0 @@ -# Generated with aft. To update, run: `aft generate workflows` -name: amplify_authenticator -on: - push: - branches: - - main - - stable - pull_request: - 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: - run: - shell: bash - -permissions: read-all - -# Cancels in-progress job when there is another push to same ref. -# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - test: - uses: ./.github/workflows/flutter_vm.yaml - with: - package-name: amplify_authenticator - working-directory: packages/authenticator/amplify_authenticator - runner: macos-latest diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml index 6f910fee366..694cc34c91d 100644 --- a/packages/authenticator/amplify_authenticator/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator/pubspec.yaml @@ -51,7 +51,6 @@ flutter: - family: SocialIcons fonts: - asset: assets/social-buttons/SocialIcons.ttf - -aft: - github: - custom: true +# aft: +# github: +# custom: true