Test coverage and code style steps are failing

We are running this,

steps:
  - label: ':npm: Dependencies'
    key: dependencies
    plugins: *common_plugins
    commands:
      - npm ci

  - label: ':npm: Tests & coverage'
    depends_on: [ dependencies ]
    plugins: *common_plugins
    commands:
      - npm run coverage

  - label: ':npm: Code style'
    depends_on: [ dependencies ]
    soft_fail:
      - exit_status: 1
    plugins: *common_plugins
    commands:
      - npm run format:check

and facing errors like
:rotating_light: Error: The command exited with status 1
Running global post-command hook 0s
Running plugin cache post-command hook 22s
Running global pre-exit hook 0s
Running plugin docker pre-exit hook

Would someone please help with this?

Hello, @gyes! Welcome to the Buildkite Community!

It’s hard to tell what exactly is going wrong here just by looking at the obfuscated YAML. Can you please send the link to the build (and the full YAML config, if possible) to support@buildkite.com?

Thanks!
Karen

1 Like