Skip to content

Commit

Permalink
Merge pull request #17 from DeNA/fix-badge
Browse files Browse the repository at this point in the history
chore: fix badge
  • Loading branch information
get-me-power authored Dec 4, 2024
2 parents 9e826e2 + 945567c commit 50f4d57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Unit Test

on:
workflow_dispatch:
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 50f4d57

Please sign in to comment.