Skip to content

adjust probe configuration to fix random probe failures (#33) #185

adjust probe configuration to fix random probe failures (#33)

adjust probe configuration to fix random probe failures (#33) #185

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit