Skip to content

chore(deps): update google_mobile_ads to v5 (#163) #17

chore(deps): update google_mobile_ads to v5 (#163)

chore(deps): update google_mobile_ads to v5 (#163) #17

Workflow file for this run

name: Dev workflow
on:
push:
branches:
- dev
jobs:
flutter-test-analyze:
uses: ./.github/workflows/action.flutter.analyze-test.yaml
with:
flutter_version: '3.19.3'
secrets: inherit
page:
uses: ./.github/workflows/action.pages.deploy.yaml
flutter-build:
needs: [ flutter-test-analyze ]
uses: ./.github/workflows/action.flutter.build.yaml
with:
flutter_version: '3.19.3'
android_output: 'aab'
env: 'dev'
secrets: inherit
fastlane-dry-run:
needs: [ flutter-build ]
uses: ./.github/workflows/action.fastlane.yaml
with:
lane: 'dry_run'
secrets: inherit