Skip to content

Commit

Permalink
Add check-report-utils to build-quick.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler committed Jun 11, 2024
1 parent 6636a88 commit 5ee0eb3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build-quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,16 @@ jobs:
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D CMAKE_BUILD_TYPE=Release \
..
make -j$(nproc)
make -j$(nproc) install
- name: Check ./scripts/level_zero_report_utils.py
env:
ZE_ENABLE_NULL_DRIVER: 1
LD_LIBRARY_PATH: ${{ github.workspace }}/level-zero/build/lib
run: | #bash
./scripts/run_test_report.py \
--run_test_sections all \
--binary_dir ./build/out \
--export_test_plan plan.csv
echo "::group::Test Plan"
cat plan.csv
echo "::endgroup::"

0 comments on commit 5ee0eb3

Please sign in to comment.