From 5d9005f1ef26ab76bda2c08e98c7a557365372e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Go=CC=81mez=20Bachiller?= Date: Thu, 28 Mar 2024 13:08:26 +0100 Subject: [PATCH] ci: add e2e test sharding --- .github/workflows/shard-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shard-e2e.yaml b/.github/workflows/shard-e2e.yaml index 08ff031..34b8197 100644 --- a/.github/workflows/shard-e2e.yaml +++ b/.github/workflows/shard-e2e.yaml @@ -40,7 +40,7 @@ jobs: node-version: [ 20.x ] shardIndex: [ 1, 2 ] shardTotal: [ 2 ] - name: Run e2e tests on Node ${{ matrix.node-version }} + name: Run e2e shard ${{ matrix.shardIndex }}/${{ matrix.shardTotal }} env: DATABASE_URL: postgres://postgres@localhost/codex_test_${{ matrix.shardIndex}} steps: