tarantool / tarantool-qa

QA related issues of Tarantool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split test and packaging workflow steps into smaller logical parts

NickVolynkin opened this issue · comments

In test and packaging workflows, split the main step into several logical parts:

  1. Updating or installing dependencies
  2. Preparing environment
  3. Running tests
  4. Packaging (when included)

This will make workflow results easier to understand. (Needs illustration, TBD).

This is a follow-up to tarantool/tarantool#7354