Renamed CI GH action to Tests.

This commit is contained in:
Daan Vanden Bosch 2020-09-29 18:11:01 +02:00
parent 0e0af76486
commit 13cc04a361
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: CI
name: Tests
on:
push:
@ -17,7 +17,7 @@ jobs:
cache-name: yarn-cache
with:
path: ~/.yarn
key: ${{ runner.os }}-ci-${{ env.cache-name }}
key: ${{ runner.os }}-tests-${{ env.cache-name }}
- name: Git checkout
uses: actions/checkout@v2

View File

@ -4,6 +4,10 @@
## Developers
<a href="https://github.com/DaanVandenBosch/phantasmal-world/actions?query=workflow%3ATests">
<img alt="Tests status" src="https://github.com/DaanVandenBosch/phantasmal-world/workflows/Tests/badge.svg">
</a>
See [features](./FEATURES.md) for a list of features, planned features and bugs.
### Getting Started