diff --git a/Readme.md b/Readme.md index 81e43bc..a216a34 100644 --- a/Readme.md +++ b/Readme.md @@ -1,9 +1,12 @@ # Buildkite Node.js Example +[![Build status](https://badge.buildkite.com/e21216a03d600c23dbc8329539efc088264fae90e5a81940f2.svg?branch=main)](https://buildkite.com/buildkite/nodejs-example/builds/latest?branch=main) [![Add to Buildkite](https://buildkite.com/button.svg)](https://buildkite.com/new) This repository is an example of how to test a [Node.js](https://nodejs.org/) project using [Buildkite](https://buildkite.com/). +Screenshot of Buildkite Node.js example pipeline + Note: this example assumes your Buildkite Agent machine has Node.js already installed. See the [Node.js Docker example](https://github.com/buildkite/nodejs-docker-example) for how to run your Node.js project on any agent machine that has only Docker installed. ## License