mirror of https://github.com/docker/docs.git
Add link to GH action and npm library
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
e1349ff128
commit
0fb7bda15d
|
@ -6,10 +6,9 @@ keywords: Docker, Extensions, sdk, CI, test, regression
|
|||
|
||||
In order to help validating your extension and ensure it's functional, the Extension SDK provides tools to help you setup continuous integration for your extension.
|
||||
|
||||
> The github action and the extension-test-helper library are both [experimental](https://docs.docker.com/release-lifecycle/#experimental).
|
||||
> The [Docker Desktop Action](https://github.com/docker/desktop-action) and the [extension-test-helper library](https://www.npmjs.com/package/@docker/extension-test-helper) are both [experimental](https://docs.docker.com/release-lifecycle/#experimental).
|
||||
{: .important }
|
||||
|
||||
|
||||
## Setup CI environment with Github action
|
||||
|
||||
You need Docker Desktop to be able to install and validate your extension.
|
||||
|
|
Loading…
Reference in New Issue