Skip to content

Commit

Permalink
bughunt: list workspace root
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik <[email protected]>
  • Loading branch information
Dominik-K committed Dec 23, 2023
1 parent 29b8d1b commit 56f22bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,14 @@ jobs:
env:
CMAKE_FLAGS_EXTRA: ${{ inputs.cmake_flags_extra || '-DEVC_ENABLE_CCACHE=1 -DISO15118_2_GENERATE_AND_INSTALL_CERTIFICATES=OFF' }}
run: |
ls -hal .
docker run \
--volume "${CACHE_PATH:?}:/ext/cache" \
--volume "$(pwd):$(pwd)" \
--workdir "$(pwd)" \
--env CMAKE_FLAGS_EXTRA="${CMAKE_FLAGS_EXTRA:?}" \
--name build-container \
build-kit .ci/build-kit/build_install.sh
build-kit sh -c "ls -hal . && .ci/build-kit/build_install.sh'
- name: upload CMake output & error logs
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 56f22bf

Please sign in to comment.