Skip to content

Commit

Permalink
run cross tracer tests even if previous run failed
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Mar 8, 2024
1 parent 92b2924 commit afbbefd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ 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
Expand Down

0 comments on commit afbbefd

Please sign in to comment.