Action setups the environment to $GITHUB_ENV as suggested in
Github Action documentation.
It is used as a common environment setup for the different testing workflows.
Add the following code to the running steps or OS-specific GitHub Actions after checkout step is finished:
- uses: ./.github/actions/setup