-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occasional pytest fails in CI, yet CI reported as OK #905
Comments
Look at this other workflow (for pipefail): https://github.com/NSLS-II/sirepo-bluesky/blob/39a7d09a3816f01396a4309149c0c2732606546a/.github/workflows/testing.yml#L72 |
- name: Copy databroker config file
run: |
set -vxeuo pipefail
mkdir -v -p ~/.config/databroker/
cp -v examples/local.yml ~/.config/databroker/ |
This was referenced Jan 22, 2024
prjemian
added a commit
that referenced
this issue
Feb 26, 2024
prjemian
added a commit
that referenced
this issue
Feb 26, 2024
prjemian
added a commit
that referenced
this issue
Feb 26, 2024
prjemian
added a commit
that referenced
this issue
Feb 26, 2024
prjemian
added a commit
that referenced
this issue
Feb 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI failed in code not related to this PR. Coincident with such failure is dramatic reduction on code coverage. Here is the Py3.11 log with the fail
Originally posted by @prjemian in #904 (comment)
The text was updated successfully, but these errors were encountered: