Skip to content

Commit

Permalink
Fix CI badge (ovidiuch#99)
Browse files Browse the repository at this point in the history
* Update test.yml

* Update README.md

* Rename workflow
  • Loading branch information
ovidiuch authored May 28, 2020
1 parent d3fbcec commit 826cc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: tests
name: ci
on: [push]

jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Flatris](flatris.png)](https://flatris.space/)

![](https://github.com/skidding/flatris/workflows/tests.svg)
![](https://github.com/skidding/flatris/workflows/ci/badge.svg)

> **Work in progress:** Flatris has been recently redesigned from the ground up and turned into a multiplayer game with both UI and server components. This has been an interesting journey and I plan to document the architecture in depth. **[Stay tuned](https://twitter.com/skidding)**.
Expand Down

0 comments on commit 826cc02

Please sign in to comment.