Skip to content

Commit 48a8e67

Browse files
committed
include migrations
1 parent f7efaf5 commit 48a8e67

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/bench.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
env:
2323
DATABASE_URL: postgres://postgres:postgres@localhost/postgres
2424
steps:
25+
- run: cargo install sqlx-cli
26+
- run: git clone https://github.com/apalis-dev/apalis-postgres.git
27+
- run: sqlx migrate run --source ./apalis-postgres/migrations --database-url $DATABASE_URL
2528
- uses: actions/checkout@v4 # v4
2629
- run: sqlite3 /tmp/test.db "create table foo (a int, b text)"
2730
- uses: boa-dev/criterion-compare-action@v3

0 commit comments

Comments
 (0)