Yuki Takei 1 год назад
Родитель
Сommit
67ae77503e
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      .github/workflows/reusable-app-prod.yml

+ 4 - 0
.github/workflows/reusable-app-prod.yml

@@ -294,6 +294,10 @@ jobs:
         node-version: ${{ inputs.node-version }}
         cache: 'pnpm'
 
+    - name: Install dependencies
+      run: |
+        pnpm install --frozen-lockfile
+
     - name: Merge into HTML Report
       run: pnpm playwright merge-reports --reporter html ./all-blob-reports