# test/build-error > Tests error visibility for build step failures - Author: keithagroves - Repository: EnactProtocol/enact - Version: 20260113193740 - Stars: 16 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/EnactProtocol/enact - Web: https://mule.run/skillshub/@@EnactProtocol/enact~test/build-error:20260113193740 --- --- name: test/build-error version: 1.0.0 description: Tests error visibility for build step failures from: node:20-alpine build: - npm install nonexistent-package-that-does-not-exist-12345 command: echo "Build succeeded" inputSchema: type: object properties: {} required: [] --- # Build Error Test This tests that build step errors are properly visible.