chore(site): Make FE tests faster (#6543)

This commit is contained in:
Bruno Quaresma
2023-03-13 13:35:09 -03:00
committed by GitHub
parent 9b2abf0952
commit 813b54942f
19 changed files with 863 additions and 834 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ jobs:
- name: Install node_modules
run: ./scripts/yarn_install.sh
- run: yarn test:ci
- run: yarn test:ci --max-workers ${{ steps.cpu-cores.outputs.count }}
working-directory: site
- uses: codecov/codecov-action@v3