Yuki Takei 4 лет назад
Родитель
Сommit
1e477cb475
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      .github/workflows/ci-app-prod.yml

+ 7 - 7
.github/workflows/ci-app-prod.yml

@@ -8,13 +8,13 @@ jobs:
 
   build-prod-base:
     uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
-      with:
-        node-version: 14.x
-        checkout-ref: ${{ github.event.pull_request.head.ref }}
+    with:
+      node-version: 14.x
+      checkout-ref: ${{ github.event.pull_request.head.ref }}
 
   build-prod-head:
     uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
-      with:
-        node-version: 14.x
-        checkout-ref: ${{ github.event.pull_request.head.ref }}
-        test-launching: true
+    with:
+      node-version: 14.x
+      checkout-ref: ${{ github.event.pull_request.head.ref }}
+      test-launching: true