You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub's pass / fail badge is based on the state of the workflow. Right now however this no longer correctly set and leads to a failing test not showing up:
There's code in the workflow:
# If a test failed the workflow exit with a failing status
- name: Clean up
if: ${{env.TESTS_FAILED == 'True'}}
run: exit 1
but apparently it never triggers.
The text was updated successfully, but these errors were encountered:
Submodule repos/GRHayL 7d7c297..b2b281e:
> bugfix with B in Newman1D
> Rescaled B by factor of 1/sqrt(4pi) (#54)
Submodule repos/GRHayLET b89ba60..b6deb7f:
> GRHayLID: removed unused variable
> GRHayLMHD: change to GRHayL definition of B
GitHub's pass / fail badge is based on the state of the workflow. Right now however this no longer correctly set and leads to a failing test not showing up:
There's code in the workflow:
but apparently it never triggers.
The text was updated successfully, but these errors were encountered: