Skip to content

Commit d7ede36

Browse files
committed
Add doctests artifact to overall workflow outputs
1 parent 27e1886 commit d7ede36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ on:
3131
test_results_url:
3232
description: "URL of the test results artifact"
3333
value: ${{ jobs.nextest.outputs.test_results_url }}
34+
doctest_results_url:
35+
description: "URL of the doctest results artifact"
36+
value: ${{ jobs.doctest.outputs.test_results_url }}
3437
workflow_dispatch:
3538

3639
concurrency:

0 commit comments

Comments
 (0)