We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e77c9 commit 9031a40Copy full SHA for 9031a40
flutter_ci_script_shared.sh
@@ -53,9 +53,10 @@ function ci_codelabs () {
53
if [ $RUNNER_OS = 'macOS' ]; then
54
flutter config --enable-native-assets
55
flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
56
- flutter test --enable-impeller
+ flutter test --enable-impeller
57
+ else
58
+ echo "Skipping $CODELAB on $RUNNER_OS"
59
fi
- # This skips the test if the runner OS is not macOS
60
else
61
flutter test
62
0 commit comments