1 parent eab13d0 commit ff6e551Copy full SHA for ff6e551
1 file changed
.github/workflows/test_screenshots.yml
@@ -24,9 +24,6 @@ jobs:
24
fc-list
25
fc-cache -f -v
26
ls /etc/fonts/conf.d/
27
- export FONTCONFIG_PATH=/etc/fonts
28
- echo $FONTCONFIG_PATH
29
- export FC_DEBUG=1
30
31
- uses: actions/checkout@v5
32
with:
@@ -58,7 +55,11 @@ jobs:
58
55
# Start Xvfb
59
56
Xvfb :99 -screen 0 1920x1080x24 &
60
57
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
+ export FONTCONFIG_PATH=/etc/fonts
+ echo $FONTCONFIG_PATH
+ export FC_DEBUG=1
+ 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
63
64
- name: Upload artifact images
65
uses: actions/upload-artifact@v4
0 commit comments