diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-25 23:18:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 23:18:55 +0300 |
commit | 0943c1c6c1e8284a60437fbe717de930d80e6f45 (patch) | |
tree | 74ad39881e91b79cd9311e23d3c831603a976370 | |
parent | 661f7ecb445203319a71d779fe44fe95a2f77f16 (diff) |
add all features to matrix
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 60248de..2453dbf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - features: [ "go", "dotnet", "go dotnet" ] + 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" ] baseImage: [ "ubuntu:focal" ] steps: - uses: actions/checkout@v2 |