Skip to content

Commit 4c2107e

Browse files
committed
Document repeating the env names in .tox and .github/workflows/main.yml
Documents: #8
1 parent 7b2e223 commit 4c2107e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ Add the action to your workflow file, e.g. `.github/workflows/main.yml`,
2121
after checking out your code.
2222

2323
You can use the `matrix` strategy to run with multiple Tox environments.
24-
2524
For an example, see [this project's workflow](.github/workflows/main.yml).
25+
Unfortunately, you need to repeat all the environment names
26+
from your Tox configuration.
27+
(As far as we know, this is required in order to have individual environments
28+
show up as separate runs on GitHub. Discuss this limitation in [issue 8].)
29+
2630

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

2833
## License
2934

0 commit comments

Comments
 (0)