Skip to content

New Plugin: Aws Cloud Control API #103

New Plugin: Aws Cloud Control API

New Plugin: Aws Cloud Control API #103

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
# TODO add AWS credentials to generate
# - name: Generate
# run: go generate -v ./...
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...