Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This is typical action, to deploy nodejs api application to GKE Autopilot cluste
user-email-name: <name of the user email in secret manager> # default - iam-test-token-email
user-password-name: <name of the user password in secret manager> # default - iam-test-token-password
update-dns: always # default - if-missing
with-component-tests: 'false' # default - 'true'
```

### Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 }}
Expand Down