Skip to content

Commit fe121c5

Browse files
authored
Update ci.yml
1 parent 9970753 commit fe121c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636
plugin: 'fox.jason.passthrough.doxygen'
3737
env:
3838
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
39+
- uses: actions/upload-artifact@v3
40+
if: always()
41+
with:
42+
name: test-results
43+
path: test-results.html

0 commit comments

Comments
 (0)