Skip to content

Commit

Permalink
Install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Oct 31, 2024
1 parent 72fefb9 commit 6cd899e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,9 @@ orbs:
host: "testagent"
port: 9126
- *step_run_all_tests
# - *step_get_test_agent_trace_check_results
- run:
command: apt update && apt install jq -y
- *step_get_test_agent_trace_check_results
- store_test_results:
path: /tmp/rspec
- persist_to_workspace:
Expand Down

0 comments on commit 6cd899e

Please sign in to comment.