aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yaml')
-rw-r--r--.github/workflows/test.yaml27
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