Skip to content

Commit 85ffe70

Browse files
Update preview-and-release.yml
1 parent d95591a commit 85ffe70

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/preview-and-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ jobs:
4949
run: chmod +x gradlew
5050
- name: Publish
5151
run: ./gradlew $PREVIEW_TASK
52-
- name: Upload Test Unit Results
53-
if: ${{ always() }}
54-
uses: actions/upload-artifact@v2.2.4
55-
with:
56-
name: tests
57-
path: |
58-
build/reports/tests/test/**
59-
build/test-results/**
6052
- name: Upload Build Artifact
6153
uses: actions/upload-artifact@v2.2.4
6254
with:

0 commit comments

Comments
 (0)