CI: Allow Bench conversion to fail (#102791)

We shouldn't mark PRs and commits as X if they fail to convert logs with Bench.
adding-elements-rethink
Mariell Hoversholm 3 months ago committed by GitHub
parent f607f68920
commit df8c69bdba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/pr-backend-coverage.yml

@ -62,7 +62,7 @@ jobs:
--report-output log \
--grafana-version "$(git rev-parse HEAD)" \
--suite-name grafana-oss-unit-tests \
/tmp/unit.log
/tmp/unit.log || true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

Loading…
Cancel
Save