google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.87k stars 436 forks source link

Include Python module and Bazel build in the build-and-test workflow #1131

Closed johnbartholomew closed 5 months ago

johnbartholomew commented 5 months ago

For #1121:

The Travis workflow included building and running the Python module, and it seems worth replicating that in the new GitHub build-and-test workflow. I think the Bazel build is worth checking as well.

This PR also includes a commit that removes some unnecessary empty prebuild steps from the workflow configuration (which I should have cleaned up right at the start before merging the workflow config initially, but never mind).