Skip to content

Commit

Permalink
Source the libraries before executing the tests
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Sep 17, 2020
1 parent 9911806 commit ed06795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ fi
echo ::group::make test
export CTEST_OUTPUT_ON_FAILURE=1
cd "$GITHUB_WORKSPACE"/build
. colcon_command_prefix_test.sh
make test
echo ::endgroup::

Expand Down

0 comments on commit ed06795

Please sign in to comment.