Skip to content

Commit 79be65b

Browse files
committed
does not run tests
1 parent 2c6f866 commit 79be65b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
3737
run: ./gradlew publishRelease
3838

39-
- name: archive test results
40-
uses: actions/upload-artifact@v1
41-
if: always()
42-
with:
43-
name: test results
44-
path: build/reports
39+
# - name: archive test results
40+
# uses: actions/upload-artifact@v1
41+
# if: always()
42+
# with:
43+
# name: test results
44+
# path: build/reports

0 commit comments

Comments
 (0)