martinzink commented on code in PR #2044:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2044#discussion_r2466567035


##########
.github/workflows/verify-package.yml:
##########
@@ -94,17 +134,14 @@ jobs:
       - run: |
           cd build && cmake ${DOCKER_CMAKE_FLAGS} ..
           VERIFY_CMD="${{ matrix.platform.verify_cmd }}"
-          if [[ "${{ inputs.enable_fips }}" == "true" ]]; then
-            VERIFY_CMD="${VERIFY_CMD}-fips"
-          fi
           ${{ matrix.platform.build_cmd }} && $VERIFY_CMD
 
       - name: Test Reporter
         if: always()
         uses: 
phoenix-actions/test-reporting@f957cd93fc2d848d556fa0d03c57bc79127b6b5e  # v15
         with:
           name: "${{ matrix.platform.name }} (${{ matrix.arch }})${{ 
inputs.enable_fips && ' (FIPS Mode)' || '' }}"
-          path: build/behavex_output/behave/*.xml
+          path: build/behavex_output_2/behave/*.xml

Review Comment:
   [rename behavex_output_2 to 
behavex_output_modular](https://github.com/apache/nifi-minifi-cpp/pull/2044/commits/5aeb0399852daa305fc8fcd9c8910efb1200ecd0)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to