Skip to content

Commit

Permalink
fix: missed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amitNielsen committed Sep 19, 2020
1 parent 298fd9a commit 8b40662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/superset-python-dashboard-level-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: [3.8]
env:
PYTHONPATH: ${{ github.workspace }}
SUPERSET_CONFIG: tests.superset_test_config
SUPERSET_CONFIG: tests.superset_test_config_dashboard_level_access
REDIS_PORT: 16379
SUPERSET__SQLALCHEMY_DATABASE_URI:
postgresql+psycopg2://superset:superset@127.0.0.1:15432/superset
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: celery worker --app=superset.tasks.celery_app:app -Ofair -c 2 &
- name: Python unit tests (PostgreSQL)
run: |
export SUPERSET_CONFIG=./tests/superset_test_config_dashboard_level_access
./scripts/python_tests.sh
- name: Upload code coverage
run: |
bash <(curl -s https://codecov.io/bash) -cF python
Expand Down

0 comments on commit 8b40662

Please sign in to comment.