From fba67032da60fb921184d193b9068d8167bd017a Mon Sep 17 00:00:00 2001 From: Markus Moltke Date: Sun, 28 Nov 2021 15:51:49 +0100 Subject: [PATCH] Fixed wrong naming on github action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e820934..314f6b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,8 @@ on: branches: [master] jobs: - release-ios: - name: Build and release iOS app + run-tests: + name: Run all unit tests and generate coverage report runs-on: ubuntu-latest steps: - uses: actions/checkout@v2