Skip to content

Commit

Permalink
Fix test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Dec 19, 2024
1 parent 24cc118 commit 842aae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
run: flutter pub get
- name: Analyze code
run: flutter analyze
- name: Install Linux dependencies
run: sudo apt update && sudo apt install curl clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev libjsoncpp-dev cmake-data libjsoncpp25 libsecret-1-dev libsecret-1-0 librhash0 libsqlite3-dev libappindicator3-dev gettext -y
- name: Run tests
run: flutter test test

0 comments on commit 842aae5

Please sign in to comment.