Skip to content

Commit

Permalink
ci(cloud_auth): Fix test environment
Browse files Browse the repository at this point in the history
Install newer version of SQLite to the CI runner. Default is from before 2022.
  • Loading branch information
dnys1 committed Oct 14, 2024
1 parent 42f8861 commit 9d36d41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/celest_cloud_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
run: dart pub global activate melos
- name: Get Packages
run: melos bootstrap
# Default version is very out-of-date
- name: Install SQLite
run: sudo apt install -y sqlite3 libsqlite3-dev
- name: Test
working-directory: services/celest_cloud_auth
run: dart test

0 comments on commit 9d36d41

Please sign in to comment.