We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12698f5 commit 936571cCopy full SHA for 936571c
1 file changed
README.md
@@ -8,7 +8,9 @@ This is necessary for running the tests in parallel. As the execution time of te
8
9
This tool was written for Ruby and CircleCI, but it can be used with any file-based test suite on any CI.
10
Since then, CircleCI has introduced built-in test splitting. Also since then, the tool has been applied on
11
-GitHub Actions, that do not provide test splitting.
+GitHub Actions, that does not provide native test splitting.
12
+
13
+There is a [split-tests GitHub Action](https://github.com/marketplace/actions/split-tests) using this tool available on the Actions Marketplace.
14
15
It is written in Golang, released as a binary, and has no external dependencies.
16
0 commit comments