chore(argos): put parallel mode only when necessary

This commit is contained in:
Greg Bergé 2024-06-17 12:24:31 +02:00 committed by Sidharth Vinod
parent 3f1bba407e
commit 44688a20b6
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -147,7 +147,7 @@ jobs:
VITEST_COVERAGE: true
CYPRESS_COMMIT: ${{ github.sha }}
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
ARGOS_PARALLEL: true
ARGOS_PARALLEL: ${{ env.CYPRESS_RECORD_KEY != '' }}
ARGOS_PARALLEL_TOTAL: 4
ARGOS_PARALLEL_INDEX: ${{ matrix.containers }}