Skip to content

Commit

Permalink
fix browser to run in sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Feb 21, 2024
1 parent 1267de1 commit f56c926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
echo "DWN_SERVER_BACKGROUND_PROCESS=$!" >> $GITHUB_ENV
- name: Run tests for matrix ${{ matrix.group }}
run: pnpm ${{ matrix.packages }} test:browser
run: pnpm ${{ matrix.packages }} --sequential test:browser

- name: Terminate dwn-server
run: kill $DWN_SERVER_BACKGROUND_PROCESS || true

0 comments on commit f56c926

Please sign in to comment.