Skip to content

Commit e23cb28

Browse files
Dillon Nysdnys1
authored andcommitted
ci: Fix push notifications workflow
Should be Android Test not Android Build
1 parent 74b2e7a commit e23cb28

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ updates:
182182
directory: "packages/notifications/push/amplify_push_notifications/android"
183183
schedule:
184184
interval: "weekly"
185+
- package-ecosystem: "pub"
186+
directory: "packages/notifications/push/amplify_push_notifications/example"
187+
schedule:
188+
interval: "daily"
185189
- package-ecosystem: "pub"
186190
directory: "packages/notifications/push/amplify_push_notifications_pinpoint"
187191
schedule:

.github/workflows/amplify_push_notifications.android.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'packages/notifications/push/amplify_push_notifications/**/*.yaml'
1212
- 'packages/notifications/push/amplify_push_notifications/android/**/*'
1313
- 'packages/notifications/push/amplify_push_notifications/example/android/**/*'
14-
- '.github/workflows/flutter_android.build.yaml'
14+
- '.github/workflows/flutter_android.test.yaml'
1515
- '.github/workflows/amplify_push_notifications.android.yaml'
1616
schedule:
1717
- cron: "0 0 * * 0" # Every Sunday at 00:00
@@ -22,7 +22,7 @@ permissions: read-all
2222

2323
jobs:
2424
test:
25-
uses: ./.github/workflows/flutter_android.build.yaml
25+
uses: ./.github/workflows/flutter_android.test.yaml
2626
with:
27-
working-directory: packages/notifications/push/amplify_push_notifications/example
27+
working-directory: packages/notifications/push/amplify_push_notifications/example/android
2828
package-name: amplify_push_notifications

0 commit comments

Comments
 (0)