Skip to content

Commit

Permalink
[CI] Fix test job
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Jan 5, 2025
1 parent e5a1e1d commit e0b4ed0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
cache: true

- name: Prepare
run: make linux-prepare
run: |
make linux-prepare
sudo apt update && sudo apt install libsqlite3-dev -y
- name: Test
run: flutter test

Expand Down

0 comments on commit e0b4ed0

Please sign in to comment.