tarantool / tarantool-qa

QA related issues of Tarantool
3 stars 0 forks source link

Prepare workspace in CI with tarantool/actions/prepare-checkout #285

Closed NickVolynkin closed 1 year ago

NickVolynkin commented 1 year ago

Use tarantool/actions/prepare-checkout to prepare workspace for actions/checkout. This makes workflows more resilient towards git-related problems.

Replace tarantool/actions/cleanup, because it solves just the same problem.

Use https://github.com/tarantool/sdk/pull/365 as example.