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
Add a workflow step to run the grpc_generator unit tests. (#25)
* Add a workflow step to run the grpc_generator unit tests.
Signed-off-by: Michael Johansen <[email protected]>
* Move grpc_generator tests into a 'unit' subfolder to work with workflows.
Signed-off-by: Michael Johansen <[email protected]>
* Only run grpc_generator tests on python >= 3.11.
Signed-off-by: Michael Johansen <[email protected]>
* Treat the version as a string when comparing.
Signed-off-by: Michael Johansen <[email protected]>
* Try not using the ${{ }} dereference. Also just try a simple equals.
Signed-off-by: Michael Johansen <[email protected]>
* Try switching back to 'greater than'.
Signed-off-by: Michael Johansen <[email protected]>
* Use fromJSON to convert the version to a number for easier comparision.
Signed-off-by: Michael Johansen <[email protected]>
* Just go back to == 3.11. Testing against the oldest supported version is sufficient.
Signed-off-by: Michael Johansen <[email protected]>
* Fix broken syntax.
Signed-off-by: Michael Johansen <[email protected]>
* Address review feedback. Try a new if statement.
Signed-off-by: Michael Johansen <[email protected]>
---------
Signed-off-by: Michael Johansen <[email protected]>
Co-authored-by: Michael Johansen <[email protected]>
0 commit comments