Skip to content

Commit

Permalink
Also update sqlite3 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jun 27, 2022
1 parent 583e3a8 commit d8f0be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
SQLITE_YEAR: "2022"
SQLITE_VERSION: "3380500"
SQLITE_VERSION: "3390000"

steps:
- uses: actions/cache@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
working-directory: sqlite3

- name: Analyze
run: dart analyze
run: dart analyze --fatal-infos
working-directory: ${{ matrix.package }}

test:
Expand Down
1 change: 0 additions & 1 deletion sqlite3/lib/src/wasm/file_system.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:async';
import 'dart:collection';
import 'dart:developer';
import 'dart:html';
import 'dart:indexed_db';
import 'dart:indexed_db' as idb;
Expand Down

0 comments on commit d8f0be7

Please sign in to comment.