Skip to content

Update frontendFlutter.yml #2

Update frontendFlutter.yml

Update frontendFlutter.yml #2

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Dart
on:
push:
branches:
- '*'
- '!main'
pull_request:
branches:
- main
jobs:
Build-and-Test:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: cd fightme_webapp
- run: flutter pub get
- run: flutter test
- run: flutter build web