| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
New change LGTM. I wonder whether it might be easier to have sync.py insert that call at the start of every workflow. Needn't be done in this PR, though - for now let's get this merged to unblock our tests.
Sorry, something went wrong.
Thanks. I also think it would be better to just get it working for now. Having sync.py add that sounds nice, and would fit in with work on reducing the parallelism too. |
Sorry, something went wrong.
Agreed, I can look at doing that when I'm working on sync.py anyway. For now, let's get our CI working again 🙂 |
Sorry, something went wrong.
|
CI is passing so this looks like it works |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
A few CI checks are currently failing because dotnet is waiting for some user-input. e.g. https://github.com/github/codeql-action/runs/4381100962?check_suite_focus=true
This seems to be because of a change in the CodeQL CLI and how it handles dotnet under tracing in macos. This may get fixed in CodeQL but for now a workaround to get our CI working is to call dotnet restore when not traced by CodeQL so it can do it's first-time setup without interference.
Merge / deployment checklist