From 096403b429228e3f67340cc2966f3c344e59a5f1 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 21 Apr 2021 12:37:20 +1000 Subject: [PATCH] CI file fixes --- .github/workflows/coverage.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 17a8369822..f42c3ad7fa 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -43,7 +43,6 @@ jobs: invoke migrate invoke import-records -f data.json - name: Test Translations - # This will test both the translation and collectstatic functions run: invoke translate - name: Check Migration Files run: python3 ci/check_migration_files.py