Skip to content

Commit c88674b

Browse files
committed
Added npm_config_build_from_source=true to test-frontend.yaml.
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
1 parent 4ef386a commit c88674b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-frontend.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
122122
- name: Install Dependencies
123123
run: pnpm install --frozen-lockfile
124+
env:
125+
npm_config_build_from_source: true
124126

125127
- name: Setup Kind
126128
if: ${{ matrix.test-suite.soloRequired }}

0 commit comments

Comments
 (0)