Skip to content

Build amd64 and arm64/v8 Docker Images #16

Build amd64 and arm64/v8 Docker Images

Build amd64 and arm64/v8 Docker Images #16

Workflow file for this run

name: "Run Tests"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Vet
run: go vet ./...
- env:
GOOGLE_APPLICATION_CREDENTIALS_CONTENTS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_CONTENTS }}
name: Test
run: go test -v ./...