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: ...@@ -27,7 +27,7 @@ jobs:
"java gradle", # Install 'java', then 'gradle' "java gradle", # Install 'java', then 'gradle'
"hugo", "hugo",
"java", "java",
"jekyll", "ruby jekyll", # Install 'ruby', then 'jekyll'
"python jupyterlab", # Install 'python', then 'jupyterlab' "python jupyterlab", # Install 'python', then 'jupyterlab'
"kubectl-helm-minikube", "kubectl-helm-minikube",
"maven", "maven",
...@@ -38,8 +38,9 @@ jobs: ...@@ -38,8 +38,9 @@ jobs:
"ruby", "ruby",
"rust", "rust",
"sshd", "sshd",
"terraform" ] "terraform",
baseImage: [ "ubuntu:focal" ] ]
baseImage: ["ubuntu:focal"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
...@@ -3,17 +3,17 @@ on: ...@@ -3,17 +3,17 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
features: features:
description: 'list of features to execute tests against' description: "list of features to execute tests against"
required: true required: true
default: 'go dotnet' default: "go dotnet"
baseImage: baseImage:
description: 'Base image' description: "Base image"
required: true required: true
default: 'ubuntu:focal' default: "ubuntu:focal"
logLevel: logLevel:
description: 'Log Level (info/debug/trace)' description: "Log Level (info/debug/trace)"
required: true required: true
default: 'info' default: "info"
jobs: jobs:
test: 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