Procházet zdrojové kódy

install cypress in reusable-app-prod

Yuki Takei před 2 roky
rodič
revize
e13337c5b6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 --frozen-lockfile
+        yarn add cypress --dev
         yarn cypress install
         yarn cypress install
 
 
     - name: Download production files artifact
     - name: Download production files artifact