From 53b64b6837e9c3ce313b2b4227dbdabb663e0239 Mon Sep 17 00:00:00 2001 From: Phan An Date: Mon, 6 Dec 2021 18:18:39 +0100 Subject: [PATCH] chore(build): reduce the number of containers --- .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 723af18a..84228be7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - containers: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] + containers: [ 1, 2 ] steps: - uses: actions/checkout@v2 with: