We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2e555 commit 0cf3f99Copy full SHA for 0cf3f99
1 file changed
.github/workflows/build.yml
@@ -80,14 +80,10 @@ jobs:
80
uses: actions/upload-artifact@v2
81
if: ${{ always() }}
82
with:
83
- name: tests
84
- path: build/junit.xml
85
-
86
- - name: Upload coverage
87
- uses: actions/upload-artifact@v2
88
- with:
89
- name: coverage
90
- path: build/coverage.xml
+ name: Test and Coverage
+ path: |
+ build/junit.xml
+ build/coverage.xml
91
92
- name: Conditional Release
93
uses: marvinpinto/action-automatic-releases@latest
0 commit comments