Skip to content

Commit 11c4893

Browse files
Add default nodes for integration tests (#3290)
Signed-off-by: João Pereira <joao.pereira@broadcom.com>
1 parent fe5ae94 commit 11c4893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
gitRef: ${{needs.get-sha.outputs.gitRef}}
294294
lease-id: ${{ needs.claim-env.outputs.leaseid }}
295295
lease-namespace: ${{ inputs.lease_namespace || vars.SHEPHERD_LEASE_NAMESPACE || 'tas-devex' }}
296-
nodes: ${{ inputs.nodes }}
296+
nodes: ${{ inputs.nodes || '16' }}
297297
secrets: inherit
298298

299299
run-integration-tests-cf-env-with-client-creds:

0 commit comments

Comments
 (0)