You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ GitHub Action to parallelize a PHPUnit test suite over multiple GitHub Action jo
3
3
In comparison to existing PHPUnit parallelization plugins, this action distributes the load over several jobs and therefore utilizes more CPUs.
4
4
Other PHPUnit parallelization plugins are used to run tests in parallel on a single host, to saturate all available CPUs.
5
5
6
+
After segmenting a test-suite across multiple GitHub Action jobs, you may still/additionally use in-job parallelization with well known PHPunit plugins.
7
+
6
8
## Input Parameters
7
9
8
10
### `strategy`
@@ -16,7 +18,7 @@ You may append additional parameters to the command, e.g. `vendor/bin/phpunit --
16
18
17
19
## Example GitHub Actions workflow
18
20
19
-
The workflow shows a typical usage example within a GitHub Actions workflow.
21
+
The workflow shows a typical usage example within a GitHub Actions workflow which segments by test-suite.
20
22
You may adjust this workflow as you see fit to e.g.
0 commit comments