Skip to content

Commit

Permalink
Create captured-traces directory if it doesn't exist while submitting…
Browse files Browse the repository at this point in the history
… traces
  • Loading branch information
vivek-datadog committed May 23, 2024
1 parent 07abaea commit 29a9a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/submit-traces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
path: captured-traces
continue-on-error: true

- name: Create captured-traces directory
run: mkdir -p captured-traces

- name: Replay
if: steps.download.outcome == 'success'
run: |-
Expand Down

0 comments on commit 29a9a25

Please sign in to comment.