Skip to content

chore(deps): update gradle to v8.10.2 #311

chore(deps): update gradle to v8.10.2

chore(deps): update gradle to v8.10.2 #311

Workflow file for this run

name: Dev workflow
on:
push:
paths-ignore:
- 'page/**'
- 'firebase_functions/**'
branches:
- dev
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.22.2'
secrets: inherit
flutter-build:
needs: [ flutter-test-analyze ]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.22.2'
android_output: 'aab'
secrets: inherit
fastlane-dry-run:
needs: [ flutter-build ]
uses: ./.github/workflows/fastlane.action.yaml
with:
lane: 'dry_run'
secrets: inherit