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
Describe the bug
A clear and concise description of what the bug is.
We are using gopy to build our go libraries and the gopy build performs from syntax checking before it runs the actual build. The syntax checking doesn't take into account extra build tags so it throws some errors with symbol not recognized without actually exiting and the 2nd stage of the build fixes it. However, github actions picks up these errors and flags them under Unchanged files with check annotation.
Shows up like this on our prs: https://github.com/feast-dev/feast/pull/2922/files
Example of error that is being picked up: https://github.com/feast-dev/feast/runs/7309600369?check_suite_focus=true in Install Dependencies stage.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Run '....'
See error
Expected behavior
Runner Version and Platform
Latest
OS of the machine running the runner? OSX/Windows/Linux/...
All OSs,
What's not working?
Included in summary.
Would like a way to disable these or add a comment that makes the github checks ignore these intermediate errors.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
We are using
gopy
to build our go libraries and the gopy build performs from syntax checking before it runs the actual build. The syntax checking doesn't take into account extra build tags so it throws some errors with symbol not recognized without actually exiting and the 2nd stage of the build fixes it. However, github actions picks up these errors and flags them underUnchanged files with check annotation
.Shows up like this on our prs:
https://github.com/feast-dev/feast/pull/2922/files
Example of error that is being picked up: https://github.com/feast-dev/feast/runs/7309600369?check_suite_focus=true in
Install Dependencies
stage.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Runner Version and Platform
Latest
OS of the machine running the runner? OSX/Windows/Linux/...
All OSs,
What's not working?
Included in summary.
Would like a way to disable these or add a comment that makes the github checks ignore these intermediate errors.
The text was updated successfully, but these errors were encountered: