Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
3fada669
Commit
3fada669
authored
May 17, 2022
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: show test results summary
parent
8747c004
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
+16
-1
.github/workflows/main.yml
+16
-1
No files found.
.github/workflows/main.yml
View file @
3fada669
...
...
@@ -279,10 +279,24 @@ jobs:
shell
:
bash
-
name
:
Upload test results
uses
:
actions/upload-artifact@v3
if
:
success() || failure()
with
:
name
:
test
_results_
${{ matrix.platform.id }}
name
:
test
-results-
${{ matrix.platform.id }}
path
:
build/results_*.xml
test_results
:
name
:
Test results
needs
:
[
build
]
runs-on
:
ubuntu-latest
steps
:
-
name
:
Download test results
uses
:
actions/download-artifact@v3
-
name
:
Generate test summary
uses
:
test-summary/action@v1
with
:
paths
:
'
test-results-*/*.xml'
# Generate documentation using docurium. We'll upload the documentation
# as a build artifact so that it can be reviewed as part of a pull
# request or in a forked build. For CI builds in the main repository's
...
...
@@ -291,6 +305,7 @@ jobs:
documentation
:
name
:
Generate documentation
needs
:
[
containers
]
if
:
success() || failure()
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out repository
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment