Skip to content

Commit

Permalink
Document repeating the env names in .tox and .github/workflows/main.yml
Browse files Browse the repository at this point in the history
Documents: fedora-python#8
  • Loading branch information
encukou committed Aug 11, 2020
1 parent 7b2e223 commit 4c2107e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ Add the action to your workflow file, e.g. `.github/workflows/main.yml`,
after checking out your code.

You can use the `matrix` strategy to run with multiple Tox environments.

For an example, see [this project's workflow](.github/workflows/main.yml).
Unfortunately, you need to repeat all the environment names
from your Tox configuration.
(As far as we know, this is required in order to have individual environments
show up as separate runs on GitHub. Discuss this limitation in [issue 8].)


[issue 8]: https://github.com/fedora-python/tox-github-action/issues/8

## License

Expand Down

0 comments on commit 4c2107e

Please sign in to comment.