We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec045dc commit 8bd6c03Copy full SHA for 8bd6c03
.github/workflows/ci-dgraph-vector-tests.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Upload Test Results
74
if: always() # Upload the results even if the tests fail
75
continue-on-error: true # don't fail this job if the upload fails
76
- uses: trunk-io/analytics-uploader@main
+ uses: trunk-io/analytics-uploader@v1
77
with:
78
junit-paths: ./test-results.xml
79
org-slug: hypermode
0 commit comments