Skip to content

Commit 6c153c5

Browse files
committed
[NAE-2116] Frontend remote configuration
- testing pipeline
1 parent 3a577d7 commit 6c153c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
name: Full Test on Node.js version ${{ matrix.node-version }}
1818
with:
1919
node-version: ${{ matrix.node-version }}
20+
- name: Install dependencies (bez Chromium)
21+
run: npm install --legacy-peer-deps --verbose
22+
env:
23+
PUPPETEER_SKIP_DOWNLOAD: 'true'
2024
- name: Install dependencies with timeout and diagnostics
2125
run: |
2226
npm install --legacy-peer-deps --verbose &

0 commit comments

Comments
 (0)