File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 5050 goals : ${{ env.GOALS }}
5151 args : ${{ env.ARGS }}
5252 failIfNotFullyCacheable : true
53+ - name : Publish .data for experiment 1
54+ uses : actions/upload-artifact@v5
55+ if : failure()
56+ with :
57+ path : develocity-maven-build-validation/.data/01-validate-local-build-caching-same-location/latest/
58+ name : 01-validate-local-build-caching-same-location-data-dir
5359 - name : Run experiment 2
5460 uses : gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable
5561 with :
5965 goals : ${{ env.GOALS }}
6066 args : ${{ env.ARGS }}
6167 failIfNotFullyCacheable : true
68+ - name : Publish .data for experiment 2
69+ uses : actions/upload-artifact@v5
70+ if : failure()
71+ with :
72+ path : develocity-maven-build-validation/.data/02-validate-local-build-caching-different-locations/latest/
73+ name : 02-validate-local-build-caching-different-locations-data-dir
You can’t perform that action at this time.
0 commit comments