Skip to content

Commit 3b43be2

Browse files
committed
include migrations for sqlite
1 parent 48a8e67 commit 3b43be2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/bench.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- run: sqlx migrate run --source ./apalis-postgres/migrations --database-url $DATABASE_URL
2828
- uses: actions/checkout@v4 # v4
2929
- run: sqlite3 /tmp/test.db "create table foo (a int, b text)"
30+
31+
- run: git clone https://github.com/apalis-dev/apalis-sqlite.git
32+
- run: sqlx migrate run --source ./apalis-sqlite/migrations --database-url /tmp/test.db
33+
3034
- uses: boa-dev/criterion-compare-action@v3
3135
with:
3236
branchName: ${{ github.base_ref }}

0 commit comments

Comments
 (0)