Przeglądaj źródła

fix wrong inputs key

Yuki Takei 4 lat temu
rodzic
commit
4b230c1095
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/ci-app-prod.yml

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

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