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
To run tests on windows:
- Setting environment variables for the entire job was the only way I could
work out how to set for processes running in the job
- MinIO seems to close after the step, even if run in the backround. So,
running it in the same step as the tests is required
- NamedTemporaryFile opens the file, which on Windows forbids it from being
opened by SQLite. So, avoiding this.
0 commit comments