From 043d929dbbda01412f59fc232cfe039689833cfc Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 21 Apr 2021 12:57:54 +1000 Subject: [PATCH] Fix proper good --- .github/workflows/coverage.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index f42c3ad7fa..236f222117 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -42,8 +42,8 @@ jobs: rm test_db.sqlite invoke migrate invoke import-records -f data.json - - name: Test Translations - run: invoke translate + - name: Test Translations + run: invoke translate - name: Check Migration Files run: python3 ci/check_migration_files.py - name: Upload Coverage Report