diff --git a/.github/workflows/new-run-tests.yml b/.github/workflows/new-run-tests.yml index 4b74044bd..1509ea417 100644 --- a/.github/workflows/new-run-tests.yml +++ b/.github/workflows/new-run-tests.yml @@ -33,17 +33,18 @@ jobs: react-dom@^17.0.2 \ @testing-library/react@^12.1.3 \ @testing-library/react-hooks@^8.0.0 - - run: npm install --save-optional \ - "@swc/core-darwin-arm64" \ - "@swc/core-darwin-x64" \ - "@swc/core-linux-arm-gnueabihf" \ - "@swc/core-linux-arm64-gnu" \ - "@swc/core-linux-arm64-musl" \ - "@swc/core-linux-x64-gnu" \ - "@swc/core-linux-x64-musl" \ - "@swc/core-win32-arm64-msvc" \ - "@swc/core-win32-ia32-msvc" \ - "@swc/core-win32-x64-msvc" + - run: | + npm install --save-optional \ + "@swc/core-darwin-arm64" \ + "@swc/core-darwin-x64" \ + "@swc/core-linux-arm-gnueabihf" \ + "@swc/core-linux-arm64-gnu" \ + "@swc/core-linux-arm64-musl" \ + "@swc/core-linux-x64-gnu" \ + "@swc/core-linux-x64-musl" \ + "@swc/core-win32-arm64-msvc" \ + "@swc/core-win32-ia32-msvc" \ + "@swc/core-win32-x64-msvc" - run: npm run build - run: npm test env: