Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ jobs:
fi
done

# From https://docs.flutter.dev/get-started/install/linux/desktop#development-tools
- name: 🐧 Install required Linux packages to run integration tests
run: sudo apt update -y && sudo apt-get upgrade -y && sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa && sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev

# See https://docs.flutter.dev/get-started/install/linux/desktop#development-tools
- name: 🐧 Checking the package versions compatibility with Flutter
run: flutter doctor

# TODO: Move integration tests step into a separate workflow with support for all platforms
- name: 🧪 Run Flutter integration tests
run: flutter test integration_test -d linux
working-directory: quill_native_bridge/example
# TODO: Run integration tests in CI in a seperate workflow for tests with support for all platforms
# # From https://docs.flutter.dev/get-started/install/linux/desktop#development-tools
# - name: 🐧 Install required Linux packages to run integration tests
# run: sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa && sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev

# # See https://docs.flutter.dev/get-started/install/linux/desktop#development-tools
# - name: 🐧 Checking the package versions compatibility with Flutter
# run: flutter doctor

# - name: 🧪 Run Flutter integration tests
# run: cd quill_native_bridge/example && flutter test integration_test -d linux
# timeout-minutes: 5