diff --git a/.github/workflows/pull_request_review.yml b/.github/workflows/pull_request_review.yml index bcd50ce5..602a54bf 100644 --- a/.github/workflows/pull_request_review.yml +++ b/.github/workflows/pull_request_review.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Run Tests +name: Tests on: pull_request: diff --git a/README.md b/README.md index 3df6c7d7..d7507131 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Stencil CLI [![npm (scoped)](https://img.shields.io/npm/v/@bigcommerce/stencil-cli.svg)](https://www.npmjs.com/package/@bigcommerce/stencil-cli) -[![Travis](https://travis-ci.org/bigcommerce/stencil-cli.svg?branch=master)](https://travis-ci.org/bigcommerce/stencil-cli) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/jejnlajci3dslwfx?svg=true)](https://ci.appveyor.com/project/BigCommerceEngineering/stencil-cli) +![tests](https://github.com/bigcommerce/stencil-cli/workflows/Tests/badge.svg?branch=master) + The BigCommerce server emulator for local theme development.