Skip to content

turn down prober log levels (#1387) #51

turn down prober log levels (#1387)

turn down prober log levels (#1387) #51

Workflow file for this run

name: Prober Unit Test
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'cmd/prober/**'
permissions:
contents: read
jobs:
prober-test:
name: 'Prober test'
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: 'Checkout'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: Prober test
id: prober-test
run: go run ./cmd/prober --one-time --write-prober --logStyle dev