Skip to content

Commit

Permalink
comment out otelcol-config testing for now
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 6e5307e commit 547b1da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow-build-otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ jobs:
go tool nm ${{ steps.set-binary-name.outputs.binary_name }} | \
grep "_Cfunc__goboringcrypto_"
- name: Test binary
if: inputs.arch_os == env.ARCH_OS
working-directory: ./pkg/tools/otelcol-config
run: |
./${{ steps.set-binary-name.outputs.binary_name }} -t foo
# - name: Test binary
# if: inputs.arch_os == env.ARCH_OS
# working-directory: ./pkg/tools/otelcol-config
# run: |
# ./${{ 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 547b1da

Please sign in to comment.