Skip to content
Draft

WIP #6799

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/apm-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ env:
# TODO: upstream jobs

jobs:
cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: rm yarn.lock
- run: bun pm pack --filename ${{ runner.temp }}/dd-trace.tgz
- run: tar -xf ${{ runner.temp }}/dd-trace.tgz -C ${{ runner.temp }}
- run: bun install --linker=hoisted --prod
working-directory: ${{ runner.temp }}/package
- run: ls -lisa ${{ runner.temp }}
- run: ls -lisa ${{ runner.temp }}/package

aerospike:
strategy:
matrix:
Expand Down
Loading