Skip to content

feat(health): Monitor DNSIntegration's deployment #146

feat(health): Monitor DNSIntegration's deployment

feat(health): Monitor DNSIntegration's deployment #146

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
name: Test Suite
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Setup
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Test
run: make test