CI: Fix dart path

This commit is contained in:
Vishesh Handa
2020-04-10 14:15:54 +02:00
parent 6fab0ae0a4
commit e0f84eb093

View File

@ -7,7 +7,7 @@ jobs:
- checkout
- run:
name: Setup Flutter Env
command: dart ./scripts/setup_env.sh
command: /opt/flutter/bin/cache/dart-sdk/bin/dart ./scripts/setup_env.dart
- run:
name: Test
command: flutter test -j 1