From 32a816fa5fbb928321bcc0d5dda94330f4b8cd9b Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 5 Dec 2023 16:04:22 -0800 Subject: [PATCH] Add deps --- .github/workflows/pull-request-validation.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index e11a854cd8..3682714613 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -102,7 +102,20 @@ jobs: - run: docker-compose up --detach --scale chrome=1 -f docker-compose-wsl2.yml - - run: npx --package jest@29 --package babel-jest jest --bail=20 --ci --coverage true --forceExit --logHeapUsage --runInBand + - run: | + npx \ + --package jest@29 \ + --package @babel/plugin-transform-runtime \ + --package @babel/preset-env \ + --package @babel/preset-react \ + --package @babel/preset-typescript \ + --package babel-jest \ + --bail=20 \ + --ci \ + --coverage true \ + --forceExit \ + --logHeapUsage \ + --runInBand - continue-on-error: true run: docker-compose down -f docker-compose-wsl2.yml --rmi -all