Update docs for test-destroy-env changes (#1665)

This commit is contained in:
Stuart Leeks 2022-04-08 10:57:33 +01:00 коммит произвёл GitHub
Родитель c4a7da0c76
Коммит f90e4b9af2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -43,6 +43,8 @@ Before running tests on a PR, run the same checks on the PR code as for `/test`.
When running `/test` multiple times on a PR, the same TRE ID and environment are used by default. The `/test-destroy-env` command destroys a previously created validation environment, allowing you to re-run `/test` with a clean starting point.
The `/test-destroy-env` command also destroys the environmnent associated with the PR branch (created by running the `deploy_tre_branch` workflow).
### `/test-force-approve`
This command skips running tests for a build and marks the checks as completed.