Skip to content

Commit

Permalink
chore: enable cross-tracer propagation system tests (messaging tests) (
Browse files Browse the repository at this point in the history
…#4151)

enable system-tests cross-tracer tests for messaging integrations
  • Loading branch information
wconti27 authored and juan-fernandez committed Mar 20, 2024
1 parent 57b82ae commit 7d3606c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,17 @@ jobs:
uses: ./.github/actions/install_runner

- name: Build agent
id: build-agent
run: ./build.sh -i agent

- name: Run
run: ./run.sh TRACER_ESSENTIAL_SCENARIOS

- name: Run Cross Tracer Propagation Tests
# run if builds passed (allows these tests to still run in case the previous Run step failed)
if: steps.build-agent.outcome == 'success'
run: ./run.sh CROSSED_TRACING_LIBRARIES

- name: Compress artifact
if: ${{ always() }}
run: tar -czvf artifact.tar.gz $(ls | grep logs)
Expand Down

0 comments on commit 7d3606c

Please sign in to comment.