Skip to content

Commit

Permalink
fix(ci): temporarily pub get quill_native_bridge packages in main wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
EchoEllet committed Sep 26, 2024
1 parent 707d370 commit fd50828
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,33 @@ jobs:
- name: 📦 Install flutter_quill_test dependencies
run: flutter pub get -C flutter_quill_test

# TODO: Remove quill_native_bridge packages from here once moved to it's own repo
# https://github.com/singerdmx/flutter-quill/pull/2230

- name: 📦 Install quill_native_bridge dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge

- name: 📦 Install quill_native_bridge_platform_interface dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_platform_interface

- name: 📦 Install quill_native_bridge_android dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_android

- name: 📦 Install quill_native_bridge_ios dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_ios

- name: 📦 Install quill_native_bridge_macos dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_macos

- name: 📦 Install quill_native_bridge_windows dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_windows

- name: 📦 Install quill_native_bridge_web dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_web

- name: 📦 Install quill_native_bridge_linux dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_linux

- name: 🔍 Run Flutter analysis
run: flutter analyze

Expand Down

0 comments on commit fd50828

Please sign in to comment.