Skip to content

Add option to set a healthCheck property on the task container defini… #240

Add option to set a healthCheck property on the task container defini…

Add option to set a healthCheck property on the task container defini… #240

Workflow file for this run

name: workflow
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v1
with: { go-version: 1.14 }
- name: Install Terraform
uses: hashicorp/setup-terraform@v1
with: { terraform_version: 1.0.11 }
- name: Install Taskfile
run: curl -sL https://taskfile.dev/install.sh | sh
- name: Run tests
run: ./bin/task test