Report both Go versions even when the first fails
This commit is contained in:
@@ -18,7 +18,10 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Latest supported Go
|
- name: Latest supported Go
|
||||||
run: docker compose run --rm ci
|
run: docker compose run --rm ci
|
||||||
|
# Runs even when the step above failed, so a red build says whether the
|
||||||
|
# failure is version-specific.
|
||||||
- name: Lowest supported Go
|
- name: Lowest supported Go
|
||||||
|
if: ${{ !cancelled() }}
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.22.12
|
GO_VERSION: 1.22.12
|
||||||
run: docker compose run --rm ci
|
run: docker compose run --rm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user