We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc69bc commit b4738f0Copy full SHA for b4738f0
.github/workflows/OCV-Nightly-docs-js.yaml
@@ -48,7 +48,14 @@ jobs:
48
timeout-minutes: 60
49
run: |
50
cd $HOME/build
51
- python ../opencv/platforms/js/build_js.py js
+ emcmake python ../opencv/platforms/js/build_js.py js --build_test
52
+ - name: Run js tests
53
+ timeout-minutes: 60
54
+ if: ${{ always() && matrix.branch == '4.x' }}
55
+ run: |
56
+ cd $HOME/build/js/bin
57
+ npm install
58
+ node tests.js
59
- name: Configure OpenCV doxygen
60
61
@@ -72,4 +79,4 @@ jobs:
72
79
uses: actions/upload-artifact@v3
73
80
with:
74
81
name: OpenCVDocDoxygen${{ matrix.branch }}
75
- path: /home/ci/build/release/doc_doxygen.zip
82
+ path: /home/ci/build/release/doc_doxygen.zip
0 commit comments