From 3a91a87adda5a562bd1dc1db65d39488f8233686 Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 5 Dec 2023 17:41:14 -0800 Subject: [PATCH] Run jest@28 in unit tests --- .github/workflows/pull-request-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index 8b55460f68..014799626e 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -100,7 +100,7 @@ jobs: - run: npm run build --if-present - name: Run jest@${{ env.jest-version }} --testPathPattern packages/ - run: node_modules/.bin/jest@${{ env.jest-version }} --testPathPattern packages/ + run: npx jest@${{ env.jest-version }} --testPathPattern packages/ html-test: name: HTML test (${{ format('{0}/{1}', matrix.shard-index, matrix.shard-count) }})