From 2c964b07abf652bb9474dc66b68edea415fe9e64 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 30 May 2024 19:18:12 +0200 Subject: [PATCH] ci: Fix bash syntax in last code_coverage job step It was trying to execute `upload_coverage.yml` before. --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ef61dec7c..14a9e79d3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -145,5 +145,5 @@ jobs: path: codecov_report.json - run: | - echo "The coverage report was stored in Github artifacts." - echo "It will be uploaded to Codecov using `upload_coverage.yml` workflow shortly." + echo 'The coverage report was stored in Github artifacts.' + echo 'It will be uploaded to Codecov using `upload_coverage.yml` workflow shortly.'