diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-26 00:34:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 00:34:26 +0300 |
commit | 4b05519792f48547998f0be410f9cc372bb3c7c8 (patch) | |
tree | ca1ef5122083e3113a660d76429940ee272a3685 | |
parent | 8f7d1000d981c0c77ab30abe4591677ab7fdd4f6 (diff) |
can we make the yaml array prettier?
-rw-r--r-- | .github/workflows/test.yaml | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d705a13..fc35c76 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,32 @@ jobs: continue-on-error: true strategy: matrix: - features: [ "anaconda", "aws-cli", "azure-cli", "common", "desktop-lite", "docker-from-docker", "docker-in-docker", "dotnet", "git", "github-cli", "git-lfs", "go", "gradle", "hugo", "java", "jupyterlab", "kubectl-helm-minikube", "maven", "node", "powershell", "python", "ruby", "rust", "sshd", "terraform" ] + features: [ + "anaconda", + "aws-cli", + "azure-cli", + "common", + "desktop-lite", + "docker-from-docker", + "docker-in-docker", + "dotnet", + "git", + "github-cli", + "git-lfs", + "go", + "gradle", + "hugo", + "java", + "python jupyterlab", # Install 'python', then 'jupyterlab' + "kubectl-helm-minikube", + "maven", + "node", + "powershell", + "python", + "ruby", + "rust", + "sshd", + "terraform" ] baseImage: [ "ubuntu:focal" ] steps: - uses: actions/checkout@v2 |