diff --git a/devops/actions/e2e-tests-win/action.yml b/devops/actions/e2e-tests-win/action.yml index 0e0947f073681..1a6b54c59472b 100644 --- a/devops/actions/e2e-tests-win/action.yml +++ b/devops/actions/e2e-tests-win/action.yml @@ -35,6 +35,9 @@ runs: mkdir build-e2e set PATH=%GITHUB_WORKSPACE%\install\bin;%PATH% cmake -GNinja -B build-e2e -S.\llvm\sycl\test-e2e -DSYCL_TEST_E2E_TARGETS="${{ inputs.targets }}" -DCMAKE_CXX_COMPILER="clang++" -DLEVEL_ZERO_LIBS_DIR="D:\github\level-zero_win-sdk\lib" -DLLVM_LIT="..\llvm\llvm\utils\lit\lit.py" ${{ inputs.cmake_args }} + echo "::group::sycl-ls --verbose" + sycl-ls --verbose + echo "::endgroup:: - name: Run testing shell: bash run: |