From 3cecc625036046969502a2fd8f21801c5546fdad Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Tue, 16 Jul 2024 15:17:14 -0700 Subject: [PATCH] .. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce6f91..5435005 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository demonstrates how to report test results generated by Jest to [Currents](https://currents.dev) - a cloud platform for debugging, troubleshooting and analysing CI tests. -This example runs Jest tests in [parallel](https://jestjs.io/docs/cli#--shard) using GitHub actions matrix with 2 machines. +This example runs Jest tests in [parallel](https://jestjs.io/docs/cli#--shard) using GitHub actions matrix with 2 containers. ## How to reproduce