Skip to content

Commit

Permalink
ci: add sql dependencies (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinenerio authored Jan 13, 2025
1 parent ce46e00 commit 53d4c1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ jobs:
melos exec -c 1 ${{ env.SCOPE }} -- make deps_graph_all
melos exec -c 1 ${{ env.SCOPE }} -- make deps_graph_features
- name: Install SQLite dependencies
run: sudo apt-get update && sudo apt-get install -y sqlite3 libsqlite3-dev

- name: Test
run: melos exec -c 1 ${{ env.SCOPE }} --dir-exists="test" -- make flutter_test

Expand Down

0 comments on commit 53d4c1d

Please sign in to comment.