Skip to content

Commit

Permalink
Add default nodes for integration tests (#3290)
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <[email protected]>
  • Loading branch information
joaopapereira authored Nov 5, 2024
1 parent fe5ae94 commit 11c4893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
gitRef: ${{needs.get-sha.outputs.gitRef}}
lease-id: ${{ needs.claim-env.outputs.leaseid }}
lease-namespace: ${{ inputs.lease_namespace || vars.SHEPHERD_LEASE_NAMESPACE || 'tas-devex' }}
nodes: ${{ inputs.nodes }}
nodes: ${{ inputs.nodes || '16' }}
secrets: inherit

run-integration-tests-cf-env-with-client-creds:
Expand Down

0 comments on commit 11c4893

Please sign in to comment.