ruby before jekyll and format workflows

This commit is contained in:
Josh Spicer 2022-05-26 02:09:32 +00:00 committed by GitHub
parent 7f182aaea2
commit 1678006363
2 changed files with 43 additions and 42 deletions

View file

@ -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

View file

@ -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: