Explorar o código

Merge pull request #7025 from weseek/fix/ci-cypress

fix: CI Cypress
Haku Mizuki %!s(int64=3) %!d(string=hai) anos
pai
achega
e2aeaaeed1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/reusable-app-prod.yml

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

@@ -237,6 +237,10 @@ jobs:
       run: |
         npx lerna bootstrap -- --production
 
+    - name: lerna add packages needed for CI
+      run: |
+        npx lerna add yargs
+
     - name: Download production files artifact
       uses: actions/download-artifact@v3
       with: