Ver Fonte

update report-playwright job

Yuki Takei há 1 ano atrás
pai
commit
67ae77503e
1 ficheiros alterados com 4 adições e 0 exclusões
  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 }}
         node-version: ${{ inputs.node-version }}
         cache: 'pnpm'
         cache: 'pnpm'
 
 
+    - name: Install dependencies
+      run: |
+        pnpm install --frozen-lockfile
+
     - name: Merge into HTML Report
     - name: Merge into HTML Report
       run: pnpm playwright merge-reports --reporter html ./all-blob-reports
       run: pnpm playwright merge-reports --reporter html ./all-blob-reports