From 610aeb8f3772b726d69895129ab2c566a5cccb9e Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 5 Dec 2023 16:04:44 -0800 Subject: [PATCH] Fix syntax --- .github/workflows/pull-request-validation.yml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index 3682714613..0c7c0d0784 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -103,19 +103,19 @@ jobs: - run: docker-compose up --detach --scale chrome=1 -f docker-compose-wsl2.yml - 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 + 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