We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad1b46 commit df46f5cCopy full SHA for df46f5c
.github/workflows/install_and_test.yml
@@ -79,7 +79,7 @@ jobs:
79
uses: actions/upload-artifact@v7
80
with:
81
name: test_results_installed_lib-qt-${{ matrix.qt }}
82
- path: tests/build*/**/*.xml
+ path: tests/build/**/**/*.xml
83
84
publish-test-results:
85
name: "Publish Unit Test Results from installed lib"
0 commit comments