Skip to content

feat: add new ip family field to the types [sc-20606] #259

feat: add new ip family field to the types [sc-20606]

feat: add new ip family field to the types [sc-20606] #259

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Test
run: make test
env:
CHECKLY_API_KEY: ${{ secrets.CHECKLY_API_KEY }}
CHECKLY_API_URL: ${{ secrets.CHECKLY_API_URL }}
CHECKLY_ACCOUNT_ID: ${{ secrets.CHECKLY_ACCOUNT_ID }}