mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
10 lines
155 B
Bash
10 lines
155 B
Bash
set -e
|
|
|
|
echo "== Testing 'jsonexample' on Flutter's $FLUTTER_VERSION channel =="
|
|
|
|
pushd jsonexample
|
|
../flutter/bin/flutter test
|
|
popd
|
|
|
|
echo "-- Success --"
|