Skip to content

Commit

Permalink
fix missing tests (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
brushknight authored Oct 24, 2023
1 parent 23316d0 commit bf81c70
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
- name: ensure embeeded integrations are packaged in right architecture
command: "{{ item }}"
with_items:
- "/var/db/newrelic-infra/newrelic-integrations/bin/nri-flex --help"
- "/var/db/newrelic-infra/newrelic-integrations/bin/nri-docker -show_version"
- "/var/db/newrelic-infra/newrelic-integrations/bin/nri-prometheus --help"
- "/opt/newrelic-infra/newrelic-integrations/bin/nri-flex --help"
- "/opt/newrelic-infra/newrelic-integrations/bin/nri-docker -show_version"
- "/opt/newrelic-infra/newrelic-integrations/bin/nri-prometheus --help"

...

0 comments on commit bf81c70

Please sign in to comment.