Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 3, 2023
1 parent 35817ea commit 19e5f1f
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 @@ -148,7 +148,7 @@ jobs:
echo "DWN_SERVER_BACKGROUND_PROCESS=$!" >> $GITHUB_ENV
- name: Run tests for matrix ${{ matrix.browser }}
run: npm run test:browser -- ${{ matrix.browser }}
run: npm run test:browser --ws -- ${{ matrix.browser }}

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

0 comments on commit 19e5f1f

Please sign in to comment.