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
First half of the Blacksmith Testbox action pair. This action runs right after `actions/checkout` and before your dependency installation steps. It installs an SSH public key for remote access, ensures `rsync` is available, and phones home to the Testbox API with a `hydrating` status.
3
+
First half of the Blacksmith Testbox action pair. This action runs right after `actions/checkout` and before your dependency installation steps. It discovers configuration from the VM metadata service, phones home to the Testbox API with a `hydrating` status, installs the SSH public key returned by the API, and ensures `rsync` is available.
4
4
5
5
Pair this with [useblacksmith/run-testbox](https://github.com/useblacksmith/run-testbox), which runs after your setup steps to signal the testbox is ready and keep the runner alive until idle timeout.
0 commit comments