We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379d28d commit e58a671Copy full SHA for e58a671
.github/workflows/cmake_ubuntu.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Run delegate_app to execute tests
29
run: |
30
cd build
31
- ./build/build/delegate_app/delegate_app # Run your app to execute tests
+ ./build/delegate_app/delegate_app # Run your app to execute tests
32
33
# Collect code coverage data
34
lcov --capture --directory . --output-file coverage.info
0 commit comments