mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28: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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
cache-name: yarn-cache
|
cache-name: yarn-cache
|
||||||
with:
|
with:
|
||||||
path: ~/.yarn
|
path: ~/.yarn
|
||||||
key: ${{ runner.os }}-ci-${{ env.cache-name }}
|
key: ${{ runner.os }}-tests-${{ env.cache-name }}
|
||||||
|
|
||||||
- name: Git checkout
|
- name: Git checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
## Developers
|
## 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.
|
See [features](./FEATURES.md) for a list of features, planned features and bugs.
|
||||||
|
|
||||||
### Getting Started
|
### Getting Started
|
||||||
|
Loading…
Reference in New Issue
Block a user