Skip to content

Commit

Permalink
good artifact struture
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Jul 18, 2024
1 parent 867b13e commit cd8e374
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/system-tests-investigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ jobs:
build-artifact:
runs-on: ubuntu-latest
steps:
- run: mkdir binaries/
- uses: actions/checkout@v4
with:
fetch-depth: 0
path: dd-trace-py
path: binaries/dd-trace-py
- uses: actions/upload-artifact@v4
with:
name: dd_trace_py
path: dd-trace-py
path: binaries/

system-tests:
needs: build-artifact
Expand Down

0 comments on commit cd8e374

Please sign in to comment.