Skip to content

Commit

Permalink
try concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 committed Mar 28, 2023
1 parent 58e8110 commit 1f0d4ef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test:unit
- run: yarn test:unit --concurrency=1
- name: Archive results
uses: actions/upload-artifact@v3
if: failure()
with:
name: windows-test-results
path: '*packages/**/*-test-output.json'
retention-days: 30

0 comments on commit 1f0d4ef

Please sign in to comment.