diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 8024564..6a8c275 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -1,7 +1,6 @@ name: Unit Test on: - workflow_dispatch: push: branches: - master diff --git a/README.md b/README.md index 53eea1c..565b1df 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ devfarm ======= -[![CircleCI](https://circleci.com/gh/DeNA/devfarm/tree/master.svg?style=svg)](https://circleci.com/gh/DeNA/devfarm/tree/master) +[![Unit Test](https://github.com/DeNA/devfarm/actions/workflows/unittest.yml/badge.svg?branch=master&event=push)](https://github.com/DeNA/devfarm/actions/workflows/unittest.yml) Tools to control iOS and Android mobile apps across several device farms such as AWS Device Farm. The purpose of this project is portability among major device farms (including emulator/simulator farms) and be able to do Domain-Specific Tests across device farms.