Skip to content

chore(smithy): Service clients prep #946

chore(smithy): Service clients prep

chore(smithy): Service clients prep #946

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_datastore_plugin_interface
on:
push:
branches:
- main
- stable
pull_request:
paths:
- '.github/workflows/amplify_datastore_plugin_interface.yaml'
- '.github/workflows/flutter_vm.yaml'
- 'packages/amplify_core/lib/**/*.dart'
- 'packages/amplify_core/pubspec.yaml'
- 'packages/amplify_datastore_plugin_interface/**/*.dart'
- 'packages/amplify_datastore_plugin_interface/**/*.yaml'
- 'packages/amplify_datastore_plugin_interface/lib/**/*'
- 'packages/amplify_datastore_plugin_interface/test/**/*'
- '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'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
defaults:
run:
shell: bash
permissions: read-all
jobs:
test:
uses: ./.github/workflows/flutter_vm.yaml
with:
package-name: amplify_datastore_plugin_interface
working-directory: packages/amplify_datastore_plugin_interface