Skip to content

Commit de761a3

Browse files
committed
GitHub Actions: set up GTEST_ROOT for make install testing
1 parent 8c23db4 commit de761a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,9 @@ jobs:
408408
export ACE_SOURCE_ROOT=$ACE_ROOT
409409
export TAO_SOURCE_ROOT=$TAO_ROOT
410410
export PERL5LIB=$(realpath bin):\$ACE_SOURCE_ROOT/bin
411+
export GTEST_ROOT=$GITHUB_WORKSPACE/OpenDDS/tests/googletest/build/install
411412
EOF
412-
- name: delete host directories
413+
- name: delete directories not used for make install tests
413414
shell: bash
414415
run: |
415416
cd OpenDDS

0 commit comments

Comments
 (0)