Update .github/workflows/check-build.yml

This commit is contained in:
Alexander Trofimov
2025-05-29 08:57:27 +00:00
parent cbde033a9c
commit a503f63470

View File

@ -142,6 +142,7 @@ jobs:
cd sdkjs
npm install grunt-cli
npm install --prefix build
node node_modules/grunt-cli/bin/grunt --gruntfile build/Gruntfile.js
- name: Send message to telegram if failure
if: failure()