Skip to content

Commit

Permalink
chore(debugger): - update debugger system tests scenarios (#11634)
Browse files Browse the repository at this point in the history
[DEBUG-3137]
  • Loading branch information
shurivich authored Dec 10, 2024
1 parent 80b648d commit 2e2303b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,17 +237,9 @@ jobs:
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_PROBES_STATUS

- name: Run DEBUGGER_METHOD_PROBES_SNAPSHOT
- name: Run DEBUGGER_PROBES_SNAPSHOT
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_METHOD_PROBES_SNAPSHOT

- name: Run DEBUGGER_LINE_PROBES_SNAPSHOT
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_LINE_PROBES_SNAPSHOT

- name: Run DEBUGGER_MIX_LOG_PROBE
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_MIX_LOG_PROBE
run: ./run.sh DEBUGGER_PROBES_SNAPSHOT

- name: Run DEBUGGER_PII_REDACTION
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
Expand Down

0 comments on commit 2e2303b

Please sign in to comment.