Skip to content

Commit

Permalink
CLOUD-236 By default do not execute wait (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezluna authored Sep 18, 2023
1 parent e4939cd commit c335bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- `token` (__required__): `secret-string` - service account token for Testcontainers Cloud
- `version` (_optional_): `latest` (default) - Testcontainers Cloud binary version
- `wait` (_optional_): `true` (default) /`false` - if action should wait until agent successfully connects to Testcontainers Cloud in advance
- `wait` (_optional_): `true`/`false` (default) - if action should wait until agent successfully connects to Testcontainers Cloud in advance
- `args` (_optional_): `string` - flags/arguments of the agent to pass as is. Consult with the knowledge base to find out more about possible options.
- `logfile` (_optional_): `string` - file to write the agent output instead of the standard out.
- `action` (_optional_): `prepare` (default) / `terminate` - action could be specified explicitly to terminate sessions eagerly.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
wait:
description: 'If Testcontainers Cloud Client should wait for a connection before proceeding'
required: false
default: 'true'
default: 'false'
args:
description: 'Additional Testcontainers Cloud Client args, not explicitly defined in the action'
required: false
Expand Down

0 comments on commit c335bdb

Please sign in to comment.