Skip to content

Commit 9031a40

Browse files
committed
Make skipped checks obvious
1 parent a5e77c9 commit 9031a40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flutter_ci_script_shared.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ function ci_codelabs () {
5353
if [ $RUNNER_OS = 'macOS' ]; then
5454
flutter config --enable-native-assets
5555
flutter build `echo $RUNNER_OS | tr '[:upper:]' '[:lower:]'` --debug
56-
flutter test --enable-impeller
56+
flutter test --enable-impeller
57+
else
58+
echo "Skipping $CODELAB on $RUNNER_OS"
5759
fi
58-
# This skips the test if the runner OS is not macOS
5960
else
6061
flutter test
6162
fi

0 commit comments

Comments
 (0)