From a827fb12025d01d29205a93ad7c77444c6cf14aa Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 8 Oct 2024 13:20:55 +0530 Subject: [PATCH] fix: Argos index numbering --- .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 cd082daa9..ee30102d1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -133,7 +133,7 @@ jobs: ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }} ARGOS_PARALLEL: true ARGOS_PARALLEL_TOTAL: ${{ strategy.job-total }} - ARGOS_PARALLEL_INDEX: ${{ strategy.job-index }} + ARGOS_PARALLEL_INDEX: ${{ matrix.containers }} SPLIT: ${{ strategy.job-total }} SPLIT_INDEX: ${{ strategy.job-index }} SPLIT_FILE: 'cypress/timings.json'