From 2fa6479400dda72fda56d831073660a88b862f41 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Mon, 3 Jan 2022 12:08:46 +0100 Subject: [PATCH] Reduce number of e2e containers to 5 Signed-off-by: Tilman Vatteroth --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7e1159110..fa5ec231c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -73,7 +73,7 @@ jobs: fail-fast: false matrix: browser: [ 'chrome', 'firefox' ] - containers: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] + containers: [ 1, 2, 3, 4, 5 ] steps: - name: Check out repo uses: actions/checkout@v2