2i2c-org / hub-user-image-template

BSD 3-Clause "New" or "Revised" License
5 stars 13 forks source link

Support `test this in binder` #2

Closed GeorgianaElena closed 2 years ago

GeorgianaElena commented 3 years ago

Description

We should add a GitHub action to this template that automatically provides a "test on Binder" comment to new Pull Requests.

Benefit

This would allow others to quickly test out images to make sure things are updated as expected (and, to make sure that an environment actually builds!)

Implementation

The peddie image has a good example of this workflow in action: https://github.com/2i2c-org/peddie-image/blob/main/.github/workflows/binder.yaml

(Originally posted in https://github.com/2i2c-org/pilot-hubs/issues/493#issue-933944486)