Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Mar 4, 2024
1 parent 38ff5bb commit 114773d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 114773d

Please sign in to comment.