From 4b05519792f48547998f0be410f9cc372bb3c7c8 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 25 May 2022 21:34:26 +0000 Subject: can we make the yaml array prettier? --- .github/workflows/test.yaml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3