Skip to content

GitAuto: Add a widget test for lib/components/badge/gf_button.dart #93

GitAuto: Add a widget test for lib/components/badge/gf_button.dart

GitAuto: Add a widget test for lib/components/badge/gf_button.dart #93

Workflow file for this run

name: Flutter Test
on:
push:
branches-ignore:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.0'
- name: Run Flutter Tests
run: flutter test