Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.42 KB

File metadata and controls

32 lines (19 loc) · 1.42 KB

Buildkite Node.js Example

Build status Add to Buildkite

This repository is an example Buildkite pipeline that runs tests for a Node.js project.

👉 See this example in action: buildkite/nodejs-example

See the full Getting Started Guide for step-by-step instructions on how to get this running, or try it yourself:

Add to Buildkite

Screenshot of Buildkite Node.js example pipeline

How it works

This example:

  • Runs npm install and npm test using Node.js
  • Assumes Node.js is already available on the agent machine

💡 If you prefer to use Docker instead of installing Node.js directly, check out the Node.js Docker Example.

License

See LICENSE.md (MIT)