Skip to content

Commit

Permalink
more CI shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglabenz committed Nov 15, 2023
1 parent ffea00d commit 31e8adf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tool/ci_script_shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ function ci_package () {
dart pub get
dart bin/main.dart model -m textclassification
popd

echo "Enabling native assets"
flutter config --enable-native-assets

# Run the actual tests.
if [ -d "test" ]
Expand Down

0 comments on commit 31e8adf

Please sign in to comment.