Skip to content

Commit

Permalink
adding flutter config list
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglabenz committed Nov 17, 2023
1 parent bd5d878 commit 5c92168
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tool/ci_script_shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ function ci_package () {

flutter config --enable-native-assets

echo "$ flutter config --list 1"
flutter config --list

flutter doctor -v

echo "$ flutter config --list 2"
flutter config --list

# Run the actual tests.
if [ -d "test" ]
then
Expand All @@ -45,6 +51,8 @@ function ci_package () {
ls -lah
ls -lah build/
ls -lah build/unit_test_assets
echo "$ flutter config --list 3"
flutter config --list
fi

# Run any example tests if they exist
Expand Down

0 comments on commit 5c92168

Please sign in to comment.