diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2edc6ff..95c7bbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,15 +40,9 @@ jobs: - 22 - 24 opendds_branch: - - master - - latest-release + - node_xerces_testing m: - - {os: ubuntu-22.04, dds_security: 1} - - {os: ubuntu-22.04, dds_security: 0} - {os: macos-14, dds_security: 1} - - {os: macos-14, dds_security: 0} - - {os: windows-2022, dds_security: 1} - - {os: windows-2022, dds_security: 0} runs-on: ${{ matrix.m.os }} steps: diff --git a/src/node-opendds.cpp b/src/node-opendds.cpp index 9db6f5a..774469a 100644 --- a/src/node-opendds.cpp +++ b/src/node-opendds.cpp @@ -21,6 +21,8 @@ using NodeOpenDDS::NodePBITListener; using NodeOpenDDS::NodeValueReader; using OpenDDS::DCPS::Data_Types_Register; +// This comment will trigger CI again + namespace { std::vector participants_; std::string cft_name("CFT000001"); // unique names for ContentFilteredTopic