We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-xmlreportv2
1 parent 4b1a012 commit 373e6a6Copy full SHA for 373e6a6
1 file changed
.github/workflows/CI-unixish.yml
@@ -260,14 +260,13 @@ jobs:
260
pushd gui/test/translationhandler
261
qmake CONFIG+=debug CONFIG+=ccache
262
make -j$(nproc)
263
- # TODO: requires X session
+ # TODO: requires X session because of QApplication dependency in translationhandler.cpp
264
#./test-translationhandler
265
popd
266
pushd gui/test/xmlreportv2
267
268
269
270
- #./test-xmlreportv2
+ ./test-xmlreportv2
271
272
- name: Generate Qt help file
273
run: |
0 commit comments