Explorar o código

fix: update HTML report artifact naming to include node version

Shun Miyazawa hai 7 meses
pai
achega
5ea4a2255c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/reusable-app-prod.yml

+ 1 - 1
.github/workflows/reusable-app-prod.yml

@@ -348,6 +348,6 @@ jobs:
     - name: Upload HTML report
       uses: actions/upload-artifact@v4
       with:
-        name: html-report
+        name: html-report-node${{ inputs.node-version }}
         path: playwright-report
         retention-days: 30