Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 1, 2024
1 parent cbdbd62 commit e56f96d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ orbs:
<<: *test_job_default
resource_class: <<parameters.resource_class_to_use>>
steps:
- run:
command: gem update --system 3.5.21
- checkout
- restore_cache:
keys:
Expand Down Expand Up @@ -340,6 +342,8 @@ orbs:
command: |
env
echo $TEST_DATADOG_INTEGRATION
- run:
command: gem update --system 3.5.21
- restore_cache:
keys:
- '{{ .Environment.CIRCLE_CACHE_VERSION }}-bundled-repo-<<parameters.ruby_version>>-{{ .Environment.CIRCLE_SHA1 }}'
Expand Down

0 comments on commit e56f96d

Please sign in to comment.