Skip to content

Adding test to close/selectedIndex status #96

Adding test to close/selectedIndex status

Adding test to close/selectedIndex status #96

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: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta' or 'master'
- run: flutter --version
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test