mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Renamed CI GH action to Tests.
This commit is contained in:
parent
0e0af76486
commit
13cc04a361
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user