Skip to content

Auto-update dependencies. #453

Auto-update dependencies.

Auto-update dependencies. #453

Workflow file for this run

name: Run CI tests
on:
pull_request:
types: [opened, reopened, synchronize]
paths:
- "authentication/**"
- "crashlytics/**"
- "firestore/**"
- "remote_config/**"
- "storage/**"
- ".github/workflows"
push:
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
android:
runs-on: macos-latest
timeout-minutes: 30
steps:
- name: "Git Checkout"
uses: actions/checkout@v2
- name: "Install Flutter"
run: |
sh .github/workflows/scripts/install-flutter.sh stable