diff --git a/composite-actions/nodejs-generic-api/staging-cloud-deploy/README.md b/composite-actions/nodejs-generic-api/staging-cloud-deploy/README.md index db9e63af..ad3906b2 100644 --- a/composite-actions/nodejs-generic-api/staging-cloud-deploy/README.md +++ b/composite-actions/nodejs-generic-api/staging-cloud-deploy/README.md @@ -16,7 +16,6 @@ This is typical action, to deploy nodejs api application to GKE Autopilot cluste user-email-name: # default - iam-test-token-email user-password-name: # default - iam-test-token-password update-dns: always # default - if-missing - with-component-tests: 'false' # default - 'true' ``` ### Requirements diff --git a/composite-actions/nodejs-generic-api/staging-cloud-deploy/action.yaml b/composite-actions/nodejs-generic-api/staging-cloud-deploy/action.yaml index 8ceef7b6..15747d7d 100644 --- a/composite-actions/nodejs-generic-api/staging-cloud-deploy/action.yaml +++ b/composite-actions/nodejs-generic-api/staging-cloud-deploy/action.yaml @@ -40,10 +40,6 @@ inputs: default: false type: boolean required: false - with-component-tests: - description: "If true runs component tests" - default: 'true' - required: false runs: using: "composite" @@ -102,7 +98,6 @@ runs: - name: Component tests uses: extenda/actions/component-tests@v0 - if: ${{ inputs.with-component-tests == 'true' }} with: auth-token: ${{ env.IAM_TOKEN }} base-url: ${{ inputs.service-url }}