Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

feat: Allow controlling sidecar environment variables #138

feat: Allow controlling sidecar environment variables

feat: Allow controlling sidecar environment variables #138

Workflow file for this run

name: CFN Runtime
on:
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.18
id: go
- uses: actions/checkout@v2
name: Check out code
- name: Test
run: |
cd runtimes/cloudformation
go test -v ./...