From 13cc04a3618941676c7d13247ae0e5585537045e Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Tue, 29 Sep 2020 18:11:01 +0200 Subject: [PATCH] Renamed CI GH action to Tests. --- .github/workflows/{ci.yml => tests.yml} | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => tests.yml} (90%) 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