Skip to content

Commit 9a52f85

Browse files
committed
Merge branch 'fixes' into 'main'
Updating the CI on github to allow for tests to finish so the CI is fixed See merge request ardg/libra!146
2 parents 5ebbefd + 8eee5bf commit 9a52f85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/libra.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ jobs:
5353
base_path=$PWD
5454
echo "Entering $PWD/apps/src/tests to run apps unit tests"
5555
cd ${base_path}/apps/src/tests
56+
export LD_LIBRARY_PATH=${base_path}/install/lib:$LD_LIBRARY_PATH
5657
${base_path}/build/Libra/apps/src/tests/LibRATests --gtest_output="xml:report.xml"
5758
5859
- name: Upload test report
5960
uses: actions/upload-artifact@v4
6061
with:
6162
name: Test Report
62-
path: ${{ github.workspace }}/build/Libra/apps/src/tests/report.xml
63+
path: ${{ github.workspace }}/build/Libra/apps/src/tests/report.xml

0 commit comments

Comments
 (0)