Skip to content

fix(logging): amplify cloudwatch logger plugin to use local storage for logs and remote config #1461

fix(logging): amplify cloudwatch logger plugin to use local storage for logs and remote config

fix(logging): amplify cloudwatch logger plugin to use local storage for logs and remote config #1461

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_storage_s3_dart
on:
push:
branches:
- main
- stable
paths:
- '.github/workflows/amplify_storage_s3_dart.yaml'
- '.github/workflows/dart_native.yaml'
- '.github/workflows/dart_vm.yaml'
- 'packages/amplify_core/lib/**/*.dart'
- 'packages/amplify_core/pubspec.yaml'
- 'packages/amplify_lints/lib/**/*.yaml'
- 'packages/amplify_lints/pubspec.yaml'
- '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_dart/lib/**/*.dart'
- 'packages/common/amplify_db_common_dart/pubspec.yaml'
- 'packages/logging_cloudwatch/aws_logging_cloudwatch/lib/**/*.dart'
- 'packages/logging_cloudwatch/aws_logging_cloudwatch/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/storage/amplify_storage_s3_dart/**/*.dart'
- 'packages/storage/amplify_storage_s3_dart/**/*.yaml'
- 'packages/storage/amplify_storage_s3_dart/lib/**/*'
- 'packages/storage/amplify_storage_s3_dart/test/**/*'
pull_request:
paths:
- '.github/workflows/amplify_storage_s3_dart.yaml'
- '.github/workflows/dart_native.yaml'
- '.github/workflows/dart_vm.yaml'
- 'packages/amplify_core/lib/**/*.dart'
- 'packages/amplify_core/pubspec.yaml'
- 'packages/amplify_lints/lib/**/*.yaml'
- 'packages/amplify_lints/pubspec.yaml'
- '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_dart/lib/**/*.dart'
- 'packages/common/amplify_db_common_dart/pubspec.yaml'
- 'packages/logging_cloudwatch/aws_logging_cloudwatch/lib/**/*.dart'
- 'packages/logging_cloudwatch/aws_logging_cloudwatch/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/storage/amplify_storage_s3_dart/**/*.dart'
- 'packages/storage/amplify_storage_s3_dart/**/*.yaml'
- 'packages/storage/amplify_storage_s3_dart/lib/**/*'
- 'packages/storage/amplify_storage_s3_dart/test/**/*'
schedule:
- cron: "0 6,12 * * *" # Every day at 06:00 and 12: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/dart_vm.yaml
with:
package-name: amplify_storage_s3_dart
working-directory: packages/storage/amplify_storage_s3_dart
has-goldens: false

Check failure on line 77 in .github/workflows/amplify_storage_s3_dart.yaml

View workflow run for this annotation

GitHub Actions / amplify_storage_s3_dart

Invalid workflow file

The workflow is not valid. .github/workflows/amplify_storage_s3_dart.yaml (Line: 77, Col: 20): Invalid input, has-goldens is not defined in the referenced workflow.
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
with:
package-name: amplify_storage_s3_dart
working-directory: packages/storage/amplify_storage_s3_dart