Skip to content

Commit

Permalink
Downgrade saving Java test report step to gret rid of sporadic networ…
Browse files Browse the repository at this point in the history
…k failures. (#180)
  • Loading branch information
asmorkalov authored Aug 15, 2024
1 parent 0a8933e commit c93948c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-4.x-U24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ jobs:
run: cd $HOME/build && xvfb-run -a python3 $HOME/opencv/modules/ts/misc/run.py . -a -t java
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu24-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-U24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
run: cd $HOME/build && xvfb-run -a python3 ${{ env.OPENCV_DOCKER_WORKDIR }}/modules/ts/misc/run.py . -a -t java
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu24-x86-64
Expand Down

0 comments on commit c93948c

Please sign in to comment.