Skip to content

Commit

Permalink
Reverted changes for Ubuntu 14.04 environment as NodeJS requires newe…
Browse files Browse the repository at this point in the history
…r C runtime.
  • Loading branch information
asmorkalov committed Apr 3, 2024
1 parent aefced0 commit f9bcb72
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-3.4-U14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,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-ubuntu14-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-U14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,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-ubuntu14-x86-64
Expand Down

0 comments on commit f9bcb72

Please sign in to comment.