forked from aws-amplify/amplify-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
68 lines (65 loc) · 2.44 KB
/
amplify_datastore.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated with aft. To update, run: `aft generate workflows`
name: amplify_datastore
on:
push:
branches:
- main
- stable
paths:
- '.github/workflows/amplify_datastore.yaml'
- '.github/workflows/flutter_vm.yaml'
- 'packages/amplify_core/lib/**/*.dart'
- 'packages/amplify_core/pubspec.yaml'
- 'packages/amplify_datastore/**/*.dart'
- 'packages/amplify_datastore/**/*.yaml'
- 'packages/amplify_datastore/lib/**/*'
- 'packages/amplify_datastore/test/**/*'
- 'packages/amplify_datastore_plugin_interface/lib/**/*.dart'
- 'packages/amplify_datastore_plugin_interface/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'
pull_request:
paths:
- '.github/workflows/amplify_datastore.yaml'
- '.github/workflows/flutter_vm.yaml'
- 'packages/amplify_core/lib/**/*.dart'
- 'packages/amplify_core/pubspec.yaml'
- 'packages/amplify_datastore/**/*.dart'
- 'packages/amplify_datastore/**/*.yaml'
- 'packages/amplify_datastore/lib/**/*'
- 'packages/amplify_datastore/test/**/*'
- 'packages/amplify_datastore_plugin_interface/lib/**/*.dart'
- 'packages/amplify_datastore_plugin_interface/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'
schedule:
- cron: "0 13 * * *" # Everyday at 06:00 PST
workflow_dispatch:
defaults:
run:
shell: bash
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
# 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
secrets: inherit
with:
package-name: amplify_datastore
working-directory: packages/amplify_datastore
has-goldens: false