From 6d002a1608c9494ecaccd8534ff64879ef66a650 Mon Sep 17 00:00:00 2001 From: Jesuye David Date: Wed, 14 Feb 2024 14:32:01 -0500 Subject: [PATCH] add swc libs to github workflow step2 --- .github/workflows/new-run-tests.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) 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: