We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ebbefd + 8eee5bf commit 9a52f85Copy full SHA for 9a52f85
.github/workflows/libra.yml
@@ -53,10 +53,11 @@ jobs:
53
base_path=$PWD
54
echo "Entering $PWD/apps/src/tests to run apps unit tests"
55
cd ${base_path}/apps/src/tests
56
+ export LD_LIBRARY_PATH=${base_path}/install/lib:$LD_LIBRARY_PATH
57
${base_path}/build/Libra/apps/src/tests/LibRATests --gtest_output="xml:report.xml"
58
59
- name: Upload test report
60
uses: actions/upload-artifact@v4
61
with:
62
name: Test Report
- path: ${{ github.workspace }}/build/Libra/apps/src/tests/report.xml
63
+ path: ${{ github.workspace }}/build/Libra/apps/src/tests/report.xml
0 commit comments