feat(ci): disable hardened logic for install speed (#4893)

* feat: disable hardened logic for install speed
* feat: left one pipeline not hardened
This commit is contained in:
Daniel Gak Anagrov
2025-06-05 11:21:38 +02:00
committed by GitHub
parent 72ecb9197b
commit 63ff5087fc
+5 -3
View File
@@ -20,7 +20,7 @@ aliases:
- &yarn
run:
name: Install Dependencies
command: PUPPETEER_SKIP_DOWNLOAD=true PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn
command: YARN_ENABLE_HARDENED_MODE=0 PUPPETEER_SKIP_DOWNLOAD=true PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn
workflows:
test-build:
@@ -433,7 +433,9 @@ jobs:
working_directory: *work-dir
steps:
- checkout
- *yarn
- run:
name: Install Hardened Dependencies
command: YARN_ENABLE_HARDENED_MODE=1 PUPPETEER_SKIP_DOWNLOAD=true PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn
- run:
name: Build public packages
command: yarn build:public
@@ -773,7 +775,7 @@ jobs:
- checkout
- run:
name: Install Dependencies
command: PUPPETEER_SKIP_DOWNLOAD=true yarn
command: YARN_ENABLE_HARDENED_MODE=0 PUPPETEER_SKIP_DOWNLOAD=true yarn
- run:
name: Build public packages
command: yarn build:public