Skip to content

4.2.0-open-beta-fixes #545

4.2.0-open-beta-fixes

4.2.0-open-beta-fixes #545

Workflow file for this run

name: Flutter Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '17.0.7'
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.10.5'
- run: "flutter --version"
- run: flutter pub get
- run: flutter test