Skip to content
Snippets Groups Projects
Unverified Commit a36347a1 authored by Matt Matheson's avatar Matt Matheson Committed by GitHub
Browse files

Add upload test results to Trunk (#37490)

parent 40468091
No related branches found
No related tags found
No related merge requests found
......@@ -41,3 +41,13 @@ runs:
run: | # sh
DATE=$(date '+%Y-%m-%d')
aws s3 cp ${OUTPUT_FILE}.zip s3://$BUCKET/$DATE/$GITHUB_RUN_ID/$GITHUB_RUN_ATTEMPT/
- name: Upload results to Trunk
if: ${{ always() }}
uses: trunk-io/analytics-uploader@main
with:
junit-paths: ${{ inputs.input-path }}
org-slug: metabase
token: ${{ secrets.TRUNK_API_TOKEN }}
continue-on-error: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment