Skip to content
Snippets Groups Projects
Commit 6f426fda authored by acpaquette's avatar acpaquette
Browse files

Removed debug echo from tests

parent 1a6677fe
No related branches found
No related tags found
No related merge requests found
...@@ -42,9 +42,7 @@ jobs: ...@@ -42,9 +42,7 @@ jobs:
- name: Configure CMake - name: Configure CMake
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
run: | run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
echo $PATH
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- name: Build wrapper - name: Build wrapper
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment