Skip to content

Commit

Permalink
Add Badges for GitHub Actions (#44)
Browse files Browse the repository at this point in the history
* Rename Server Test
* badges: Add badges to README
* server: Remove pwd from test action
  • Loading branch information
juharris authored Dec 21, 2020
1 parent 371d8cd commit a34819c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Server
name: Server Test

on:
push:
Expand Down Expand Up @@ -44,5 +44,4 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=139 --statistics
- name: Test
run: |
pwd
pytest
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This is an independent project.

# Switch Remote Play

| Tests | ![Server](https://github.com/juharris/switch-remoteplay/workflows/Server%20Test/badge.svg) | ![Client](https://github.com/juharris/switch-remoteplay/workflows/Client%20Test/badge.svg) |
| - | - | - |

The goal of this project is to support **easily** playing your Nintendo Switch remotely or locally via another device with a keyboard/mouse/controller/touchscreen.
No hacking of your Switch is required.

Expand Down

0 comments on commit a34819c

Please sign in to comment.