diff --git a/.github/workflows/ci.yml b/.github/workflows/tests.yml similarity index 90% rename from .github/workflows/ci.yml rename to .github/workflows/tests.yml index 8cd1e9a9..88b499eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/README.md b/README.md index def04552..17e84994 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Developers + +Tests status + + See [features](./FEATURES.md) for a list of features, planned features and bugs. ### Getting Started