Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Nov 25, 2023
1 parent 1e216a8 commit b7cc501
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ jobs:
message(FATAL_ERROR "Could not run with ${CMAKE_COMMAND}: Got ${error_message} - ${result}")
endif()
- name: Test
run: |
execute_process(
COMMAND ${CMAKE_COMMAND} --build build --target test
RESULT_VARIABLE result
ERROR_VARIABLE error_message
)
- name: Test
run: |
execute_process(
COMMAND ${CMAKE_COMMAND} --build build --target test
RESULT_VARIABLE result
ERROR_VARIABLE error_message
)

0 comments on commit b7cc501

Please sign in to comment.