Skip to content

sc-14371 added subuser to sendgrid #6

sc-14371 added subuser to sendgrid

sc-14371 added subuser to sendgrid #6

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '*'
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.1'
- name: Run tests
run: go test ./... -v