diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3404aeb..01f1520 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -34,5 +34,5 @@ jobs: - name: coverage report run: | go tool cover -html=artifacts/coverage.profile -o artifacts/coverage.html - cat artifacts/coverage.html >> $GITHUB_STEP_SUMMARY + cat artifacts/coverage.html - run: echo "This job's status is ${{ job.status }}."