Skip to content

Part 1 of many towards chat application #17

Part 1 of many towards chat application

Part 1 of many towards chat application #17

Workflow file for this run

name: Test Flutter App Build Properly
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter clean
- run: flutter pub get
- run: flutter build web --release