Skip to content

Commit

Permalink
don't use help flag to test binary
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Jul 30, 2024
1 parent 1af198a commit 6e5307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build-otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
if: inputs.arch_os == env.ARCH_OS
working-directory: ./pkg/tools/otelcol-config
run: |
./${{ steps.set-binary-name.outputs.binary_name }} --help
./${{ steps.set-binary-name.outputs.binary_name }} -t foo
- name: Store binary as action artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6e5307e

Please sign in to comment.