Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup tox test environments

Find all tox environments configured by "type"

Example Usage

  setup:
    uses: infrabits/ci-run-tox-env/.github/workflows/run.yml@main
    with:
      environments: '["black", "test"]'
      services: '{"test": ["mysql"]}'

or

    steps:
      - uses: infrabits/ci-run-tox-env@main
        with:
          environment: black

About

GitHub workflow to execute a tox environment

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors