Files
nezha_domains/integration/agentcompat/internal/workflowpolicy/testdata/secure-agent.yml
T
2026-07-20 04:55:20 +00:00

22 lines
615 B
YAML

name: Secure Agent compatibility
on:
pull_request:
concurrency: secure-agent-${{ github.ref }}
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
repository: nezhahq/nezha
ref: fedcba9876543210fedcba9876543210fedcba98
path: nezha
persist-credentials: false
- run: go test ./integration/agentcompat/...