diff options
author | Josh Spicer <joshspicer@github.com> | 2022-06-22 21:18:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 21:18:52 +0300 |
commit | 01ba4acc42ceba681b7eab916a2035c6918c0132 (patch) | |
tree | 017ac52dba20e8860f55339d6dc2070e3ad17a5a /README.md | |
parent | b2b60d8f9b838ac1794ab78d55eddde5aaa9cf74 (diff) |
no-ci : Edit readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,8 +50,8 @@ Development container 'features' are a [proposed](https://github.com/devcontaine - [`lib`](lib) - A collection of tools, scripts, and shared configuration used generally by this repo's features. - [`src`](src) - A collection of subfolders, each declaring a feature. Each subfolder contains at least a `feature.json` and the appropriately declared install script. -- [`test`](test) - Mirroring `src`, a folder-per-feature with at least a `test.sh` script. The [`devcontainer` CLI](https://github.com/devcontainers/cli) will execute tests [of this form](https://github.com/devcontainers/features/blob/main/.github/workflows/test-all.yaml). -- [`test-scenarios`](test-scenarios) - More complex scenarios involving a set of features from this repo. [`devcontainer` CLI](https://github.com/devcontainers/cli) will execute tests [of this form](https://github.com/devcontainers/features/blob/main/.github/workflows/test-scenarios.yaml). +- [`test`](test) - Mirroring `src`, a folder-per-feature with at least a `test.sh` script. The [`devcontainer` CLI](https://github.com/devcontainers/cli) will execute [these tests in CI](https://github.com/devcontainers/features/blob/main/.github/workflows/test-all.yaml). +- [`test-scenarios`](test-scenarios) - More complex scenarios involving a set of features from this repo. The [`devcontainer` CLI](https://github.com/devcontainers/cli) will execute [these tests in CI](https://github.com/devcontainers/features/blob/main/.github/workflows/test-scenarios.yaml). ## Usage |