File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -45,32 +45,11 @@ jobs:
4545 ORG_GRADLE_PROJECT_SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
4646 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
4747
48- - name : Zip Stately Build Results
49- if : always()
50- run : |
51- zip stately-collections-build.zip deprecated/stately-collections/build/reports/tests/* -r
52- zip stately-iso-collections.zip deprecated/stately-iso-collections/build/reports/tests/* -r
53- zip stately-isolate.zip deprecated/stately-isolate/build/reports/tests/* -r
54-
5548 - name : Upload Stately Collections Build Results
5649 if : always()
5750 uses : actions/upload-artifact@v2
5851 with :
59- name : stately-collections-build
60- path : stately-collections-build.zip
61-
62- - name : Upload Stately Iso Collections Build Results
63- if : always()
64- uses : actions/upload-artifact@v2
65- with :
66- name : stately-iso-collections
67- path : stately-iso-collections.zip
68-
69- - name : Upload Stately Isolate Build Results
70- if : always()
71- uses : actions/upload-artifact@v2
72- with :
73- name : stately-isolate
74- path : stately-isolate.zip
52+ name : deprecated-test-results
53+ path : deprecated/**/build/reports/tests/
7554env :
7655 GRADLE_OPTS : -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"
You can’t perform that action at this time.
0 commit comments