Quellcode durchsuchen

install cypress in reusable-app-prod

Yuki Takei vor 2 Jahren
Ursprung
Commit
e13337c5b6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
       run: |
-        yarn --frozen-lockfile
+        yarn add cypress --dev
         yarn cypress install
 
     - name: Download production files artifact