You can overwrite ci-build-id used to link separate machines running tests into a single parallel run
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
if tests are failing or we just want to rerun them this won't work since the ci-build-id is with the same as previous one.
Is there an option to solve this issue?
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'if tests are failing or we just want to rerun them this won't work since the
ci-build-idis with the same as previous one.Is there an option to solve this issue?