Skip to content

Commit

Permalink
chore: Renable SQLite tests which leverage foreign key constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Jan 5, 2024
1 parent 9033e72 commit 4651688
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 168 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/superset-python-integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 4651688

Please sign in to comment.