forked from aws-amplify/amplify-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
48 lines (47 loc) · 1.42 KB
/
amplify_auth_cognito_test.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
# Generated with aft. To update, run: `aft generate workflows`
name: amplify_auth_cognito_test
on:
push:
branches:
- main
- stable
- next
pull_request:
paths:
- 'packages/auth/amplify_auth_cognito_test/**/*.dart'
- 'packages/auth/amplify_auth_cognito_test/**/*.yaml'
- 'packages/auth/amplify_auth_cognito_test/lib/**/*'
- 'packages/auth/amplify_auth_cognito_test/test/**/*'
- '.github/composite_actions/setup_firefox/action.yaml'
- '.github/workflows/dart_vm.yaml'
- '.github/workflows/dart_native.yaml'
- '.github/workflows/dart_ddc.yaml'
- '.github/workflows/dart_dart2js.yaml'
- '.github/workflows/amplify_auth_cognito_test.yaml'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
defaults:
run:
shell: bash
permissions: read-all
jobs:
test:
uses: ./.github/workflows/dart_vm.yaml
with:
working-directory: packages/auth/amplify_auth_cognito_test
native_test:
needs: test
uses: ./.github/workflows/dart_native.yaml
with:
working-directory: packages/auth/amplify_auth_cognito_test
skip-on-windows: false
ddc_test:
needs: test
uses: ./.github/workflows/dart_ddc.yaml
with:
working-directory: packages/auth/amplify_auth_cognito_test
dart2js_test:
needs: test
uses: ./.github/workflows/dart_dart2js.yaml
with:
working-directory: packages/auth/amplify_auth_cognito_test