Skip to content

Merge pull request #125 from bigcommerce/go-1-18 #613

Merge pull request #125 from bigcommerce/go-1-18

Merge pull request #125 from bigcommerce/go-1-18 #613

Workflow file for this run

name: Tests
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
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.2
- name: Build
run: make build
- name: Test
run: go test -v ./...
env:
TF_ACC: 'true'
FIREHYDRANT_API_KEY: ${{ secrets.FIREHYDRANT_API_KEY }}
EXISTING_USER_EMAIL: 'ops+terraform-ci@firehydrant.io'