Skip to content

Commit

Permalink
Extend overall status by nodejs samples tests result
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Zlobin <[email protected]>
  • Loading branch information
vishniakov-nikolai and Wovchena authored Jan 7, 2025
1 parent 6d36185 commit 2215590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ jobs:

Overall_Status:
name: ci/gha_overall_status_linux
needs: [openvino_download, genai_build_cmake, genai_build_wheel, genai_build_samples, genai_tests_wheel, genai_samples_tests, genai_nodejs_bindings]
needs: [openvino_download, genai_build_cmake, genai_build_wheel, genai_build_samples, genai_tests_wheel, genai_samples_tests, genai_nodejs_bindings, genai_nodejs_samples_tests]
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2215590

Please sign in to comment.