Răsfoiți Sursa

add --verbose option to debug

Yuki Takei 2 ani în urmă
părinte
comite
d290c1fa11
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/reusable-app-prod.yml

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

@@ -267,7 +267,7 @@ jobs:
 
 
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
-        yarn add -W -D cypress cypress-wait-until
+        yarn add -W -D --verbose cypress cypress-wait-until
         yarn cypress install
         yarn cypress install
 
 
     - name: Download production files artifact
     - name: Download production files artifact