Skip to content

Commit f3e6284

Browse files
committed
chore: increase verbosity
1 parent 5cc6c1f commit f3e6284

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,12 @@ jobs:
6161
pip install -e .
6262
# Replace default path to CKAN core config file with the one on the container
6363
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
64+
- name: Check config
65+
run: |
66+
cat test.ini
6467
- name: Setup extension
6568
run: |
6669
ckan -c test.ini db init
6770
ckan -c test.ini db upgrade -p pages
6871
- name: Run tests
69-
run: pytest --ckan-ini=test.ini --cov=ckanext.pages --cov-report=term-missing --cov-append --disable-warnings ckanext/pages/tests
72+
run: pytest -vvv --ckan-ini=test.ini --cov=ckanext.pages --cov-report=term-missing --cov-append --disable-warnings ckanext/pages/tests

0 commit comments

Comments
 (0)