From 114773d048e1869f884a3aad37b48c3bdb3e6155 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Mon, 4 Mar 2024 11:20:14 +0000 Subject: [PATCH] ci: test --- .github/workflows/integration-tests-api.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index e8d80ae579..7954c52ff7 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -41,8 +41,13 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: {{ matrix.name }} - path: /tmp/{{ matrix.name }}.tar + name: ${{ matrix.name }} + path: /tmp/${{ matrix.name }}.tar + + # SPLIT TESTS BY CHUNKS LIKE THAT: + # https://gist.github.com/imhoffd/b4ca0a94c2496d81303ebb00063a863d + # removes necessity to always update CI file when new .ts added + # you control number of parallel chunks run-tests: timeout-minutes: 30