diff --git a/.github/workflows/tests.yml b/.github/workflows/build.yml similarity index 78% rename from .github/workflows/tests.yml rename to .github/workflows/build.yml index 43d67d6..72de06a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,3 @@ -# 🐙 Using node 16.x image, run jest unit tests in GitHub Actions. -# You can create your first workflow yml by https://github.com/[YOUR GIT NAME]/[YOUR REPO NAME]/actions/new name: Build on: diff --git a/README.md b/README.md index d95a709..04a6f2b 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@
Appium WebdriverIO Starter Boilerplate for NodeJS with Mocha. Test your mobile apps with ease!
-
+[![Build status](https://img.shields.io/github/actions/workflow/status/morellexf13/appium-webdriverio/build.yml?branch=main&label=%20&logo=github&logoColor=white&style=for-the-badge)](https://github.com/morellexf13/appium-webdriverio/actions/workflows/build.yml) [![Version](https://img.shields.io/github/v/tag/morellexf13/appium-webdriverio?label=%20&style=for-the-badge)](https://github.com/morellexf13/appium-webdriverio/releases) [![License](https://img.shields.io/badge/-MIT-f56565.svg?longCache=true&style=for-the-badge)](https://github.com/morellexf13/appium-webdriverio/blob/main/LICENSE) [![Package Monthly Downloads](https://img.shields.io/npm/dm/appium-webdriverio?label=%20&style=for-the-badge)](https://www.npmjs.com/package/appium-webdriverio)