Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Setup environment

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.

How to use Github Action from Github workflow

Add the following code to the running steps or OS-specific GitHub Actions after checkout step is finished:

- uses: ./.github/actions/setup