Skip to content

Commit

Permalink
Multiple tags must be passed via env var
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 21, 2023
1 parent c68554a commit d6b0760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit_test_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ jobs:
for dir in unit-test-results/*/; do
echo "Uploading $dir test report"
tags=`cat ${dir}TAGS`
export DD_TAGS=`cat ${dir}TAGS`
datadog-ci junit upload \
--tags $tags \
$dir/**/*.xml
done
- name: Comment on PR on Failure
Expand Down

0 comments on commit d6b0760

Please sign in to comment.