Skip to content

Commit

Permalink
Merge pull request #4434 from DataDog/ivoanjo/prof-11151-stable-asan
Browse files Browse the repository at this point in the history
[PROF-11151] Fix test-memory-leaks flaky behavior
  • Loading branch information
ivoanjo authored Feb 25, 2025
2 parents 4c0614d + a652d62 commit a4eb031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-memory-leaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@8388f20e6a9c43cd241131b678469a9f89579f37 # v1.216.0
- uses: ruby/setup-ruby@04c2e2b8e83fbca87e4c7ea9c16e82a1c029c074 # Adds 3.4-asan builds
with:
ruby-version: asan
ruby-version: 3.4-asan
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler: latest
cache-version: v2 # bump this to invalidate cache
Expand Down

0 comments on commit a4eb031

Please sign in to comment.