diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2023-01-25 10:28:54 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2023-01-25 10:28:54 +0000 |
| commit | 548fc8c88b85b5822d292ff83d8071283e0c02ef (patch) | |
| tree | 28d25279c4e7c5837b789d0e3820ac4a42f74af1 /.github | |
| parent | 14c11568c4db9e65aaf262c9abcc60d10241846c (diff) | |
| download | libgit2-548fc8c88b85b5822d292ff83d8071283e0c02ef.tar.gz | |
ci: always create test summaries, even on failure
When the dependent jobs fail -- possibly due to test failures -- we
should still produce the job summary that shows those test failures.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21adc8025..3daef6e7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -323,6 +323,7 @@ jobs: test_results: name: Test results needs: [ build ] + if: always() runs-on: ubuntu-latest steps: - name: Download test results |
