Skip to content

Commit

Permalink
use --forceExit to deal with the open handles in the admin ui integra…
Browse files Browse the repository at this point in the history
…tion tests
  • Loading branch information
emmatown authored and dcousens committed Feb 3, 2025
1 parent 01abb43 commit 830e173
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 @@ -309,4 +309,4 @@ jobs:
run: cd tests/admin-ui-tests && pnpm playwright install chromium

- name: Unit tests
run: pnpm jest --ci --runInBand tests/admin-ui-tests/${{ matrix.test }}
run: pnpm jest --ci --runInBand --forceExit tests/admin-ui-tests/${{ matrix.test }}

0 comments on commit 830e173

Please # to comment.