tarantool / setup-tarantool

Setup Tarantool for use with Github Actions
MIT License
9 stars 2 forks source link

readme: add self-hosted runners and container jobs #49

Closed Totktonada closed 7 months ago

Totktonada commented 7 months ago

Running the action on a self-hosted runner or in a container job is supported since PR #45, but it requires a few additional steps. Let's describe them in the README.md file.

This PR also simplifies the container job in CI. See the first commit of the patchset for details.

Fixes #47