chore: Reenable SQLite tests which leverage foreign key constraints et al. (#24605)

This commit is contained in:
John Bodley
2024-01-09 06:33:47 +13:00
committed by GitHub
parent 3a7d76cece
commit 77bd7cf1c6
3 changed files with 8 additions and 168 deletions

View File

@@ -150,7 +150,9 @@ jobs:
SUPERSET_CONFIG: tests.integration_tests.superset_test_config
REDIS_PORT: 16379
SUPERSET__SQLALCHEMY_DATABASE_URI: |
sqlite:///${{ github.workspace }}/.temp/unittest.db
sqlite:///${{ github.workspace }}/.temp/superset.db?check_same_thread=true
SUPERSET__SQLALCHEMY_EXAMPLES_URI: |
sqlite:///${{ github.workspace }}/.temp/examples.db?check_same_thread=true
services:
redis:
image: redis:7-alpine