Optimise Jest run in CI (#23693)

This commit is contained in:
Michael Telatynski
2022-11-03 17:58:50 +00:00
committed by GitHub
parent 2e81324e27
commit e21eb2505c

View File

@@ -25,8 +25,12 @@ jobs:
- name: Install Dependencies
run: "./scripts/layered.sh"
- name: Get number of CPU cores
id: cpu-cores
uses: SimenB/github-actions-cpu-cores@v1
- name: Run tests with coverage
run: "yarn coverage --ci"
run: "yarn coverage --ci --reporters github-actions --max-workers ${{ steps.cpu-cores.outputs.count }}"
- name: Upload Artifact
uses: actions/upload-artifact@v2