use flutter pub get before attempting to run with dart

This commit is contained in:
Nick Fisher
2025-05-23 17:11:52 +08:00
parent 3e44716e8c
commit 5a72bc835d

View File

@@ -19,7 +19,8 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: master
- run: $(dirname $(which flutter))/dart --enable-experiment=native-assets test -j1 test/light_tests.dart
- run: flutter pub get
- run: dart --enable-experiment=native-assets test -j1 test/light_tests.dart
# Upload logs on failure
#- name: Upload logs