Skip to content

Commit

Permalink
docs: add description of branch param in contract-tests (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld authored Nov 27, 2024
1 parent 61ea6c6 commit 967794a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/contract-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
| Name | Description | Default |
|----------------------------|------------------------------------------------------------|------------------------------------|
| `repo` | Which tests to run (git repo) | `sdk-test-harness` (see below [1]) |
| `version` | Version of the tests | `v2` |
| `version` | Version of the tests. This is the tag. | `v2` |
| `branch` | The downloader script is fetched from this branch. | `v2` |
| `test_service_port` | Port the test service (your SDK) is running on. | `8123` |
| `test_harness_port` | Port the test harness is running on. | `8111` |
| `enable_persistence_tests` | Enables persistent store test support. | `false` |
Expand Down

0 comments on commit 967794a

Please sign in to comment.