Migrate to PopScope and Fix back button not showing destination issue #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: subosito/flutter-action@v1 | |
with: | |
channel: stable | |
- run: flutter pub get | |
- run: flutter test | |
# - run: flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart |