Skip to content

Update Gradle to v9.2.1 (#71) #108

Update Gradle to v9.2.1 (#71)

Update Gradle to v9.2.1 (#71) #108

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