aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-02-12 09:29:11 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-02-12 09:29:11 -0500
commit635ec182af3d281c27fe5297a042d68516fa3058 (patch)
treef92159dc98eb5297da8d4795694628b2f2b21501 /README.md
parent608600b8d1b8c4bf759e6246cc2a442a58f94bdc (diff)
downloadstasis-635ec182af3d281c27fe5297a042d68516fa3058.tar.gz
Fix table format
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e72247f..a8c72d6 100644
--- a/README.md
+++ b/README.md
@@ -286,8 +286,8 @@ Environment variables exported are _global_ to all programs executed by stasis.
Sections starting with `test:` will be used during the testing phase of the stasis pipeline. Where the value of `name` following the colon is an arbitrary value, and only used for reporting which test-run is executing. Section names must be unique.
-| Key | Type | Purpose | Required |
-|--------------|---------|----------------------------------------------------------|----------|
+| Key | Type | Purpose | Required |
+|--------------|---------|-------------------------------------------------------------|----------|
| disable | Boolean | Disable `script` execution (`script_setup` always executes) | N |
| parallel | Boolean | Execute test block in parallel (default) or sequentially | N |
| timeout | String | Kill test script after `n[hms]` | N |