Skip to content

Commit

Permalink
fixup! Address review notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimf5 committed Nov 18, 2024
1 parent d798e13 commit e1a4846
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nginx-otel-module-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
-DNGX_OTEL_DEV=ON ${GITHUB_WORKSPACE}
make -j $(nproc)
- name: Download otelcol
run: |
curl -LO https://github.com/\
open-telemetry/opentelemetry-collector-releases/releases/download/\
v0.113.0/otelcol_0.113.0_linux_amd64.tar.gz
tar -xzf otelcol_0.113.0_linux_amd64.tar.gz
run: |
curl -LO https://github.com/\
open-telemetry/opentelemetry-collector-releases/releases/download/\
v0.113.0/otelcol_0.113.0_linux_amd64.tar.gz
tar -xzf otelcol_0.113.0_linux_amd64.tar.gz
- name: Run tests
working-directory: tests
run: |
Expand Down

0 comments on commit e1a4846

Please sign in to comment.