Add link to GH action and npm library

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif 2023-06-14 14:43:26 +02:00
parent e1349ff128
commit 0fb7bda15d
1 changed files with 1 additions and 2 deletions

View File

@ -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.