Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 6cab245

Browse files
committed
fixup! Cleanup
1 parent 62ce09c commit 6cab245

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ci/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ci
22

3+
## checks
4+
5+
- `steps/build.sh` builds release assets with the appropriate tag injected. Required to pass for merging.
6+
- `steps/fmt.sh` formats all Go source files.
7+
- `steps/gendocs.sh` generates CLI documentation into `/docs` from the command specifications.
8+
- `steps/lint.sh` lints all Go source files based on the rules set fourth in `/.golangci.yml`.
9+
10+
311
## integration tests
412

513
### `tcli`
@@ -8,7 +16,7 @@ Package `tcli` provides a framework for writing end-to-end CLI tests.
816
Each test group can have its own container for executing commands in a consistent
917
and isolated filesystem.
1018

11-
### prerequisites
19+
### running
1220

1321
Assign the following environment variables to run the integration tests
1422
against an existing Enterprise deployment instance.

0 commit comments

Comments
 (0)