Skip to content

Commit

Permalink
Add a script that will be run by the Flutter customer test suite (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Apr 25, 2023
1 parent f12e664 commit 72d9f46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flutter_test_registry/flutter_test_repo_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Script invoked by the Flutter customer tests repository.

set -e

pushd packages/flutter_svg
flutter analyze --no-fatal-infos
flutter test
popd

0 comments on commit 72d9f46

Please sign in to comment.