Skip to content

Commit ff6e551

Browse files
committed
See if I can get som fontconfig debug info
1 parent eab13d0 commit ff6e551

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/test_screenshots.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
fc-list
2525
fc-cache -f -v
2626
ls /etc/fonts/conf.d/
27-
export FONTCONFIG_PATH=/etc/fonts
28-
echo $FONTCONFIG_PATH
29-
export FC_DEBUG=1
3027
3128
- uses: actions/checkout@v5
3229
with:
@@ -58,7 +55,11 @@ jobs:
5855
# Start Xvfb
5956
Xvfb :99 -screen 0 1920x1080x24 &
6057
export DISPLAY=:99
61-
uv run pytest --junit-xml=junit.xml -o junit_family=legacy -v --durations=25 --benchmark-disable tests/ert/ui_tests/gui/test_docs_screenshots.py
58+
export FONTCONFIG_PATH=/etc/fonts
59+
echo $FONTCONFIG_PATH
60+
export FC_DEBUG=1
61+
echo $FC_DEBUG
62+
uv run pytest -s --junit-xml=junit.xml -o junit_family=legacy -v --durations=25 --benchmark-disable tests/ert/ui_tests/gui/test_docs_screenshots.py
6263
6364
- name: Upload artifact images
6465
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)