Skip to content

Commit c93948c

Browse files
authored
Downgrade saving Java test report step to gret rid of sporadic network failures. (#180)
1 parent 0a8933e commit c93948c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/OCV-Contrib-PR-4.x-U24.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
run: cd $HOME/build && xvfb-run -a python3 $HOME/opencv/modules/ts/misc/run.py . -a -t java
440440
- name: Save Unit Test Results
441441
timeout-minutes: 60
442-
uses: actions/upload-artifact@v4
442+
uses: actions/upload-artifact@v3
443443
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
444444
with:
445445
name: junit-html-ubuntu24-x86-64

.github/workflows/OCV-PR-4.x-U24.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
run: cd $HOME/build && xvfb-run -a python3 ${{ env.OPENCV_DOCKER_WORKDIR }}/modules/ts/misc/run.py . -a -t java
253253
- name: Save Unit Test Results
254254
timeout-minutes: 60
255-
uses: actions/upload-artifact@v4
255+
uses: actions/upload-artifact@v3
256256
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
257257
with:
258258
name: junit-html-ubuntu24-x86-64

0 commit comments

Comments
 (0)