Skip to content

Tabs

Tabs #41

Workflow file for this run

name: Integration
on:
pull_request:
branches:
- main
jobs:
flutter_test:
name: Run Flutter test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml
- run: flutter --version
- run: flutter pub get
- run: flutter test