tests: drop copying of test results
Bats will now output the results on stdout so no need to copy results anywhere.
This commit is contained in:
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@@ -80,23 +80,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: tmp/test-results
|
name: tmp/test-results
|
||||||
path: test-results
|
path: test-results
|
||||||
|
|
||||||
publish-test-results:
|
|
||||||
name: publish-test-results
|
|
||||||
needs: unit-tests
|
|
||||||
runs-on: ubuntu-16.04
|
|
||||||
if: success() || failure()
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: download test-results
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
path: test-results
|
|
||||||
|
|
||||||
- name: Publish Unit Test Results
|
|
||||||
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.12
|
|
||||||
with:
|
|
||||||
check_name: Unit Test Results
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
files: test-results/**/*.xml
|
|
||||||
comment_on_pr: false
|
|
||||||
|
|||||||
Reference in New Issue
Block a user