Skip to content

Commit e68e83e

Browse files
Copilotzackify
andcommitted
Fix database has closed error in tests by using custom test runner in CI workflow
Co-authored-by: zackify <[email protected]>
1 parent 6313ea5 commit e68e83e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

******

0 Bytes
Binary file not shown.

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run tests
3333
env:
3434
DATABASE_PATH: ":memory:"
35-
run: bun test
35+
run: bun run tests/run.ts
3636

3737
- name: Log in to Docker Hub
3838
uses: docker/login-action@v3

0 commit comments

Comments
 (0)