diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0046fc102c..3d9e009fb9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -29,16 +29,16 @@ jobs: - test-linux-sanitizers steps: - name: Post logs to Sig Noz - run: | - ls -l -a - ls -l -a ./result/ - export OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true - opentelemetry-instrument \ - --traces_exporter console,otlp \ - --metrics_exporter console,otlp \ - --logs_exporter console,otlp \ - --service_name nightly-build \ - python3 ./example.py + run: | + ls -l -a + ls -l -a ./result/ + export OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true + opentelemetry-instrument \ + --traces_exporter console,otlp \ + --metrics_exporter console,otlp \ + --logs_exporter console,otlp \ + --service_name nightly-build \ + python3 ./example.py test-linux-gcc: name: Linux placeholder testing with gcc