File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,10 @@ jobs:
9393 with :
9494 python-version : " 3.11"
9595 - uses : ./.github/actions/setup-env
96- - name : Build fixture database
97- run : tox -e build_fixture_db
9896 - name : Run json infra tests
99- run : tox -e json_infra
10097 env :
10198 EELS_USE_FIXTURE_DB : 1
99+ run : tox -e json_infra
102100 - name : Upload coverage reports to Codecov
103101 uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
104102 with :
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ commands =
6767[testenv:json_infra]
6868description = Run the spec against released test fixtures
6969commands =
70+ python -m tests.json_infra.build_fixture_db
7071 pytest \
7172 -m " not slow" \
7273 -n auto --maxprocesses 6 \
You can’t perform that action at this time.
0 commit comments