Skip to content

Merge branch 'master' of https://github.com/TheAlphamerc/flutter_heal… #19

Merge branch 'master' of https://github.com/TheAlphamerc/flutter_heal…

Merge branch 'master' of https://github.com/TheAlphamerc/flutter_heal… #19

Workflow file for this run

name: Dart CI
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
# Get flutter packages
- run: flutter pub get
# Build :D
- run: flutter build aot