Commit 16780063 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

ruby before jekyll and format workflows

parent 7f182aae
......@@ -27,7 +27,7 @@ jobs:
"java gradle", # Install 'java', then 'gradle'
"hugo",
"java",
"jekyll",
"ruby jekyll", # Install 'ruby', then 'jekyll'
"python jupyterlab", # Install 'python', then 'jupyterlab'
"kubectl-helm-minikube",
"maven",
......@@ -38,8 +38,9 @@ jobs:
"ruby",
"rust",
"sshd",
"terraform" ]
baseImage: [ "ubuntu:focal" ]
"terraform",
]
baseImage: ["ubuntu:focal"]
steps:
- uses: actions/checkout@v2
......
......@@ -3,17 +3,17 @@ on:
workflow_dispatch:
inputs:
features:
description: 'list of features to execute tests against'
description: "list of features to execute tests against"
required: true
default: 'go dotnet'
default: "go dotnet"
baseImage:
description: 'Base image'
description: "Base image"
required: true
default: 'ubuntu:focal'
default: "ubuntu:focal"
logLevel:
description: 'Log Level (info/debug/trace)'
description: "Log Level (info/debug/trace)"
required: true
default: 'info'
default: "info"
jobs:
test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment