Skip to content

Commit

Permalink
Update build_pc_client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy authored Aug 8, 2024
1 parent f1123df commit e783124
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_pc_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ jobs:
- name: Build
# Build your program with the given configuration
run: rem cmake --build ${{github.workspace}}/build_pc_client --config ${{env.WORKFLOW_BUILD_TYPE}}

continue-on-error: true
- name: Test
working-directory: ${{github.workspace}}/build_pc_client
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.WORKFLOW_BUILD_TYPE}}
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

0 comments on commit e783124

Please sign in to comment.