Skip to content

Updated build flow using fvm #1

Updated build flow using fvm

Updated build flow using fvm #1

Workflow file for this run

name: Run Tests and Analyze source code
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Flutter
uses: ./.github/workflows/test.yml
analyze:
name: Flutter
uses: ./.github/workflows/analyze.yml
release:
needs:
- test
- analyze
name: Flutter
uses: ./.github/workflows/release.yml