We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95591a commit 85ffe70Copy full SHA for 85ffe70
.github/workflows/preview-and-release.yml
@@ -49,14 +49,6 @@ jobs:
49
run: chmod +x gradlew
50
- name: Publish
51
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/**
60
- name: Upload Build Artifact
61
uses: actions/upload-artifact@v2.2.4
62
with:
0 commit comments