Skip to content

Commit ec2a4c1

Browse files
authored
Merge pull request OpenDDS#5040 from mitza-oci/gha-gtest-installed
GitHub Actions: set up GoogleTest for make install testing
2 parents 8c23db4 + de761a3 commit ec2a4c1

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)