Fix vpnruntime guard script path in node-agent CI job
build / backend (push) Has been cancelled
build / node-agent (push) Has been cancelled
build / worker (push) Has been cancelled

This commit is contained in:
2026-05-12 10:17:57 +03:00
parent 2f46d9de0a
commit a9f7936656
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Concurrency check (vpnruntime race) - name: Concurrency check (vpnruntime race)
run: go test -race ./internal/vpnruntime run: go test -race ./internal/vpnruntime
- name: One-shot vpnruntime guard script - name: One-shot vpnruntime guard script
run: pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/smoke/run-vpnruntime-ci-guards.ps1 -AntiFlakeCount 20 -TargetedCount 50 run: pwsh -NoProfile -ExecutionPolicy Bypass -File ../../scripts/smoke/run-vpnruntime-ci-guards.ps1 -AntiFlakeCount 20 -TargetedCount 50
worker: worker:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04