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