Skip to content

chore: bump get_it from 8.0.0 to 8.0.2 #177

chore: bump get_it from 8.0.0 to 8.0.2

chore: bump get_it from 8.0.0 to 8.0.2 #177

Workflow file for this run

name: Badge Magic PR CI
on:
pull_request:
branches: ["flutter_app"]
env:
ANDROID_EMULATOR_API: 34
ANDROID_EMULATOR_ARCH: x86_64
jobs:
common:
name: Common Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Common Workflow
uses: ./.github/actions/common
android:
name: Android Flutter Build
needs: common
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Android Workflow
uses: ./.github/actions/android
ios:
name: iOS Flutter Build
needs: common
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: iOS Workflow
uses: ./.github/actions/ios
screenshots:
name: Screenshots (Android)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Android Screenshot Workflow
uses: ./.github/actions/screenshot-android
with:
ANDROID_EMULATOR_API: ${{ env.ANDROID_EMULATOR_API }}
ANDROID_EMULATOR_ARCH: ${{ env.ANDROID_EMULATOR_ARCH }}