aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-05-25 23:24:26 +0300
committerGitHub <noreply@github.com>2022-05-25 23:24:26 +0300
commit319f4f254b602680ff762d061943d930f22f045c (patch)
treed9baeddcceb8ac2e0253c0364d8dae5704f4843f /.github/workflows
parent0943c1c6c1e8284a60437fbe717de930d80e6f45 (diff)
continue-on-error for maximum chaos!
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 2453dbf..d705a13 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -9,6 +9,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
+ 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" ]